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 39ee6ecf7e Merge branch 'master' of git://github.com/voxpelli/git-subtree
* 'master' of git://github.com/voxpelli/git-subtree:
  Check that the type of the tree really is a tree and not a commit as it seems to sometimes become when eg. a submodule has existed in the same position previously.
2009-10-02 14:53:35 -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 Check that the type of the tree really is a tree and not a commit as it seems to sometimes become when eg. a submodule has existed in the same position previously. 2009-09-30 14:29:42 +02: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
README Add a README that says to email me instead of using github mail. 2009-10-02 11:51:25 -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

Please read git-subtree.txt for documentation.

Please don't contact me using github mail; it's slow, ugly, and worst of
all, redundant. Email me instead at apenwarr@gmail.com and I'll be happy to
help.

Avery