Commit Graph

4 Commits

Author SHA1 Message Date
Junio C Hamano
ce9be4e4e8 [PATCH] Use diff-tree -p -r instead of "git diff" in git-export.
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-27 15:36:01 -07:00
Linus Torvalds
80913d4364 Duh, just make git-export.c use the proper syntax, everything is fine. 2005-04-20 19:19:11 -07:00
Linus Torvalds
32347c3752 Fix up git-export to use the lower-level interfaces for diff generation.
The high-level helpers seem to have forgotten what to do with sha1
names.
2005-04-20 18:48:27 -07:00
Linus Torvalds
c9823a427a Add stupid "git export" thing, which can export a git archive
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.
2005-04-19 14:00:34 -07:00