summaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd.c b/cmd.c
index 188cd56..253cbc3 100644
--- a/cmd.c
+++ b/cmd.c
@@ -71,9 +71,9 @@ static void info_fn(void)
static void log_fn(void)
{
- cgit_print_log(ctx.qry.sha1, ctx.qry.ofs, ctx.cfg.max_commit_count,
- ctx.qry.grep, ctx.qry.search, ctx.qry.path, 1,
- ctx.repo->enable_commit_graph,
+ cgit_print_log(ctx.qry.sha1, ctx.qry.sha2, ctx.qry.ofs,
+ ctx.cfg.max_commit_count, ctx.qry.grep, ctx.qry.search,
+ ctx.qry.path, 1, ctx.repo->enable_commit_graph,
ctx.repo->commit_sort);
}