Browse Source
We were trying to 'git checkout $prefix', which is ambiguous if $prefix names a directory *and* a branch. Do 'git checkout -- $prefix' instead. The main place this appeared was in 'git subtree add'. Reported by several people.maint
![apenwarr@gmail.com](/assets/img/avatar_default.png)
3 changed files with 2 additions and 7 deletions
Loading…
Reference in new issue