summaryrefslogtreecommitdiff
path: root/ui-log.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer1-2/+21
Use Git's internal diff_tree_sha1() function for the /rawdiff/ command instead of trying to recreate this functionality. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>