Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix chained provision in Windows
This commit changes the way in which worktrees are generated in Windows. In Windows, every provisioned worktree will have a git config setting that identifies it as a worktree and holds the source of the worktree. Further provision calls, i.e. chained provision calls, in this worktree will use the original source as provision source. This is necessary because `git worktree` does not work together with `git annex` on a crippled file systems, which means it does not work on most Windows systems.
- Loading branch information