Fix read-tree merging more than 3 trees using 3-way merge
[gitweb.git] / revision.c
index 038693caba69a9274b632510c9ee8a14a87b6eee..7d32a89b0eca858113829e9219e80ff15e66e953 100644 (file)
@@ -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