summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 749cdc9)
raw | patch | inline | side by side (parent: 749cdc9)
author | Dominik Vogt <dvogt@ffm.tc.iot.dtag.de> | |
Fri, 8 Feb 2008 14:50:26 +0000 (15:50 +0100) | ||
committer | Jonas 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 | patch | blob | history |
index d749945f5def20adf9a32a73bdfcab1dda7faa61..1eb028b7a5c15d8c73630209c6eec0026a1e93de 100644 (file)
--- a/tig.c
+++ b/tig.c
"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"