Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
branch: no detached HEAD check when editing another branch's description
[gitweb.git]
/
builtin
/
log.c
diff --git
a/builtin/log.c
b/builtin/log.c
index c22469cab62cbd5bf9095c876e45b6dfb0c94cac..dff79212d0f6e027f3ec316a5892c80b6b55e7af 100644
(file)
--- a/
builtin/log.c
+++ b/
builtin/log.c
@@
-456,7
+456,7
@@
int cmd_show(int argc, const char **argv, const char *prefix)
init_revisions(&rev, prefix);
rev.diff = 1;
rev.always_show_header = 1;
- rev.no_walk =
1
;
+ rev.no_walk =
REVISION_WALK_NO_WALK_SORTED
;
rev.diffopt.stat_width = -1; /* Scale to real terminal size */
memset(&opt, 0, sizeof(opt));