More verbose diff headers (including dates and committer)
authorDominik Vogt <dvogt@ffm.tc.iot.dtag.de>
Fri, 8 Feb 2008 14:50:26 +0000 (15:50 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Wed, 19 Mar 2008 22:50:03 +0000 (23:50 +0100)
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
tig.c

diff --git a/tig.c b/tig.c
index d749945..1eb028b 100644 (file)
--- a/tig.c
+++ b/tig.c
@@ -110,7 +110,7 @@ static size_t utf8_length(const char *string, size_t max_width, int *coloffset,
        "git ls-remote $(git rev-parse --git-dir) 2>/dev/null"
 
 #define TIG_DIFF_CMD \
-       "git show --no-color --root --patch-with-stat --find-copies-harder -C %s 2>/dev/null"
+       "git show --pretty=fuller --no-color --root --patch-with-stat --find-copies-harder -C %s 2>/dev/null"
 
 #define TIG_LOG_CMD    \
        "git log --no-color --cc --stat -n100 %s 2>/dev/null"