summaryrefslogtreecommitdiff
path: root/git-export.c
Commit message (Expand)AuthorAgeFilesLines
* Rename git core commands to be "git-xxxx" to avoid name clashes.Linus Torvalds2005-04-291-81/+0
* [PATCH] diff-tree does not need -r in git-export.cJunio C Hamano2005-04-281-1/+1
* [PATCH] Use diff-tree -p -r instead of "git diff" in git-export.Junio C Hamano2005-04-271-1/+1
* Duh, just make git-export.c use the proper syntax, everything is fine.Linus Torvalds2005-04-201-1/+1
* Fix up git-export to use the lower-level interfaces for diff generation.Linus Torvalds2005-04-201-1/+1
* Add stupid "git export" thing, which can export a git archiveLinus Torvalds2005-04-191-0/+81