From ee74874b7fa9a16c92fae85365ed625196f6f3b4 Mon Sep 17 00:00:00 2001 From: Dominik Vogt Date: Fri, 8 Feb 2008 15:50:26 +0100 Subject: [PATCH] More verbose diff headers (including dates and committer) Signed-off-by: Jonas Fonseca --- tig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tig.c b/tig.c index d749945..1eb028b 100644 --- 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" -- 2.32.0.93.g670b81a890