Skip to content

Releases: picnoir/my-repo-pins

0.5

20 Jan 11:14
Compare
Choose a tag to compare

Bugfix:

  • #21: Fix the regression preventing a short-url clone introduced by ff7ca8d.

0.4

15 Jan 11:07
Compare
Choose a tag to compare
0.4

Bugfix:

  • Do not clone twice a git repository: Trying to clone a repository already living in the code root was leading to a bogus "xxx does not seem to be a valid git repository URL" error.

0.3

27 Nov 13:01
6ed7d45
Compare
Choose a tag to compare
0.3

New Features:

  • Git worktree support. Git worktrees are now considered as proper projects you can jump onto. Implemented by @m-cat <3 bb8f205

Bugfixes:

  • Do not create empty directories when git clone fails. a768efe
  • Support ssh-based as fully qualified URLs. df1b7ad
  • Properly format the git process end of line control sequences. 98e76c2

0.2

17 Jul 14:18
3a85c41
Compare
Choose a tag to compare
0.2

Changelog:

  • Add the my-repo-pins-max-depth customization variable. This variable prevents my repo pins from accidentally recursing too far in the code root directory. Solves a performance issue with git subtrees.
  • When cloning a project from a fullly qualified URL, we make sure the project does not exists locally first. If it does, we jump to the local clone without trying to clone it again.

0.1

24 Jun 17:13
1030d83
Compare
Choose a tag to compare
0.1

Initial release