mirror of
https://github.com/git/git.git
synced 2026-01-16 13:49:39 +00:00
227f78114752eee2e8ae3368089716d73d32dd8b
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.
Description
No description provided
Languages
C
50.5%
Shell
38.7%
Perl
4.5%
Tcl
3.2%
Python
0.8%
Other
2.1%