summaryrefslogtreecommitdiff
path: root/git-export.c
AgeCommit message (Collapse)Author
2005-04-27[PATCH] Use diff-tree -p -r instead of "git diff" in git-export.Junio C Hamano
Now diff-tree can produce patch itself, there is no reason to depend on Cogito to show diff in the git-export output anymore. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-04-21Duh, just make git-export.c use the proper syntax, everything is fine.Linus Torvalds
2005-04-21Fix up git-export to use the lower-level interfaces for diff generation.Linus Torvalds
The high-level helpers seem to have forgotten what to do with sha1 names.
2005-04-19Add stupid "git export" thing, which can export a git archiveLinus Torvalds
as a set of patches and commentary. You'd want something like this if you are tracking a git archive in another SCM format. Notably, we want something like that for BK users.