Releases: picnoir/my-repo-pins
Releases · picnoir/my-repo-pins
0.5
Bugfix:
- #21: Fix the regression preventing a short-url clone introduced by ff7ca8d.
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
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
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.