1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-19 15:34:51 +01:00
Find a file
Avery Pennarun 227f781147 Fix behaviour if you have a branch named the same as your --prefix
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.
2009-08-26 10:45:13 -04:00
.gitignore Add basic git-subtree manpage in asciidoc format. 2009-05-30 14:06:58 -04:00
asciidoc.conf Add basic git-subtree manpage in asciidoc format. 2009-05-30 14:06:58 -04:00
git-subtree basic options parsing and whatnot. 2009-04-24 14:13:34 -04:00
git-subtree.sh Fix behaviour if you have a branch named the same as your --prefix 2009-08-26 10:45:13 -04:00
git-subtree.txt Docs: when pushing to github, the repo path needs to end in .git 2009-07-08 20:17:31 -04:00
Makefile Add basic git-subtree manpage in asciidoc format. 2009-05-30 14:06:58 -04:00
manpage-base.xsl Add basic git-subtree manpage in asciidoc format. 2009-05-30 14:06:58 -04:00
manpage-normal.xsl Add basic git-subtree manpage in asciidoc format. 2009-05-30 14:06:58 -04:00
shellopts.sh basic options parsing and whatnot. 2009-04-24 14:13:34 -04:00
test.sh Fix behaviour if you have a branch named the same as your --prefix 2009-08-26 10:45:13 -04:00
todo Fix behaviour if you have a branch named the same as your --prefix 2009-08-26 10:45:13 -04:00