mirror of
https://github.com/git/git.git
synced 2026-03-30 03:20:07 +02:00
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.
1.8 KiB
1.8 KiB