about summary refs log tree commit diff stats
path: root/ui-commit.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-commit.c')
-rw-r--r--ui-commit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-commit.c b/ui-commit.c index a5a6ea8..ef85a49 100644 --- a/ui-commit.c +++ b/ui-commit.c
@@ -137,7 +137,7 @@ void cgit_print_commit(char *hex, const char *prefix)
137 tmp = sha1_to_hex(commit->parents->item->object.sha1); 137 tmp = sha1_to_hex(commit->parents->item->object.sha1);
138 else 138 else
139 tmp = NULL; 139 tmp = NULL;
140 cgit_print_diff(ctx.qry.sha1, tmp, prefix, 0); 140 cgit_print_diff(ctx.qry.sha1, tmp, prefix, 0, 0);
141 } 141 }
142 strbuf_release(&notes); 142 strbuf_release(&notes);
143 cgit_free_commitinfo(info); 143 cgit_free_commitinfo(info);