mirror of
https://github.com/git/git.git
synced 2026-03-29 11:00:07 +02: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.4%
Shell
38.8%
Perl
4.4%
Tcl
3.1%
Python
0.8%
Other
2.3%