mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-16 02:26:21 -05: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
Releases
335
Languages
C
51.7%
Shell
37.5%
Perl
4.3%
Tcl
3%
Python
0.8%
Other
2.5%