Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Fix read-tree merging more than 3 trees using 3-way merge
[gitweb.git]
/
revision.c
diff --git
a/revision.c
b/revision.c
index 038693caba69a9274b632510c9ee8a14a87b6eee..7d32a89b0eca858113829e9219e80ff15e66e953 100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-1150,6
+1150,10
@@
int setup_revisions(int argc, const char **argv, struct rev_info *revs, const ch
die("unknown date format %s", arg);
continue;
}
+ if (!strcmp(arg, "--log-size")) {
+ revs->show_log_size = 1;
+ continue;
+ }
/*
* Grepping the commit log