[PATCH] Use diff-tree -p -r instead of "git diff" in git-export.
authorJunio C Hamano <junkio@cox.net>
Wed, 27 Apr 2005 22:36:01 +0000 (15:36 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 27 Apr 2005 22:36:01 +0000 (15:36 -0700)
commitce9be4e4e8f397413ff5d87cda458c7e466897b1
treebc86bd4d32f883865c632fccc6acc76ce5806a9e
parentd15aa4309cadae5c998c9ce1c45b7a104f3d80f5
[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>
git-export.c