summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f11e3a)
raw | patch | inline | side by side (parent: 0f11e3a)
author | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 12 Jul 2006 20:40:09 +0000 (22:40 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Wed, 12 Jul 2006 20:40:09 +0000 (22:40 +0200) |
My plans to use it to add special categorization/highlighting to commits
never became interesting. Now the complete history of the grafted ELinks'
repo loads in 4 seconds instead of some 240 seconds.
never became interesting. Now the complete history of the grafted ELinks'
repo loads in 4 seconds instead of some 240 seconds.
tig.c | patch | blob | history |
index 01cc75c4d26d7ee00142f5cc9d894d22b7f5d09f..8bae0d5b7e1f897a6db4b4566b20247e9cf3e7b4 100644 (file)
--- a/tig.c
+++ b/tig.c
"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 ""