diff options
Diffstat (limited to 'ui-commit.c')
-rw-r--r-- | ui-commit.c | 2 |
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(¬es); | 142 | strbuf_release(¬es); |
143 | cgit_free_commitinfo(info); | 143 | cgit_free_commitinfo(info); |