Re: [PATCH v2 1/2] ui-diff: Use diff_tree_sha1() for raw diff formatting

2013-09-14 Thread Lukas Fleischer
On Tue, Aug 27, 2013 at 10:40:50AM +0200, Lukas Fleischer wrote: > Use Git's internal diff_tree_sha1() function for the /rawdiff/ command > instead of trying to recreate this functionality. > > Signed-off-by: Lukas Fleischer > --- > ui-diff.c | 23 +-- > 1 file changed, 21 in

[PATCH v2 1/2] ui-diff: Use diff_tree_sha1() for raw diff formatting

2013-08-27 Thread Lukas Fleischer
Use Git's internal diff_tree_sha1() function for the /rawdiff/ command instead of trying to recreate this functionality. Signed-off-by: Lukas Fleischer --- ui-diff.c | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/ui-diff.c b/ui-diff.c index 1209c47..