Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-09-14 | ui-shared: Drop filepair_cb_raw() and helper | Lukas Fleischer | 2 | -73/+0 | |
Remove filepair_cb_raw() and all related functions. These are no longer needed. We now use Git's internal functions for raw diff formatting everywhere. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> | |||||
2013-09-14 | ui-diff: Use diff_tree_sha1() for raw diff formatting | Lukas Fleischer | 1 | -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> |