From 03de8b68f17396d7710d2584c6a6fc786c26279f Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sat, 22 Mar 2014 18:05:42 -0700 Subject: Add support for log output minus another branch This lets you do the equivalent of git log ^ref1 ref2 by adding an id2 parameter to a log url --- ui-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-summary.c') diff --git a/ui-summary.c b/ui-summary.c index ddd8f1b..2c41cff 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -85,7 +85,7 @@ void cgit_print_summary() cgit_print_tags(ctx.cfg.summary_tags); if (ctx.cfg.summary_log > 0) { htmlf(" ", columns); - cgit_print_log(ctx.qry.head, 0, ctx.cfg.summary_log, NULL, + cgit_print_log(ctx.qry.head, NULL, 0, ctx.cfg.summary_log, NULL, NULL, NULL, 0, 0, 0); } if (ctx.repo->clone_url) -- cgit v1.2.3