chiark
/
gitweb
/
~mdw
/
tig
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
No need to use --stat for the default TIG_MAIN_CMD
[tig]
/
tig.c
diff --git
a/tig.c
b/tig.c
index 01cc75c4d26d7ee00142f5cc9d894d22b7f5d09f..8bae0d5b7e1f897a6db4b4566b20247e9cf3e7b4 100644
(file)
--- a/
tig.c
+++ b/
tig.c
@@
-80,7
+80,7
@@
static size_t utf8_length(const char *string, size_t max_width, int *coloffset,
"git log --cc --stat -n100 %s"
#define TIG_MAIN_CMD \
- "git log --topo-order --
stat --
pretty=raw %s"
+ "git log --topo-order --pretty=raw %s"
/* XXX: Needs to be defined to the empty string. */
#define TIG_HELP_CMD ""