Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
rebase: remove obsolete and unused LONG_USAGE which breaks xgettext
[gitweb.git]
/
builtin
/
log.c
diff --git
a/builtin/log.c
b/builtin/log.c
index 4f1b42a685ff76a64e7c8386007ca450c5032cb1..adcbcf1f2446573c99f00fb2480c8b582237cae1 100644
(file)
--- a/
builtin/log.c
+++ b/
builtin/log.c
@@
-463,6
+463,9
@@
int cmd_show(int argc, const char **argv, const char *prefix)
opt.tweak = show_rev_tweak_rev;
cmd_log_init(argc, argv, prefix, &rev, &opt);
+ if (!rev.no_walk)
+ return cmd_log_walk(&rev);
+
count = rev.pending.nr;
objects = rev.pending.objects;
for (i = 0; i < count && !ret; i++) {