chiark
/
gitweb
/
~mdw
/
tig
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
749cdc9
)
More verbose diff headers (including dates and committer)
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
|
blame
|
history
diff --git
a/tig.c
b/tig.c
index d749945f5def20adf9a32a73bdfcab1dda7faa61..1eb028b7a5c15d8c73630209c6eec0026a1e93de 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"