diff options
author | Lars Hjemli <hjemli@gmail.com> | 2011-05-23 23:29:24 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2011-05-23 23:29:24 +0200 |
commit | 2ffeecb7a6827dcf0f81cf543ed312155f6e8f83 (patch) | |
tree | 328117f4fe71862b7432359b4d6a7237affd42fe /cmd.c | |
parent | ab350a77b1d3b0e251cc28329f2e16f0566e521e (diff) | |
parent | 1b5c336cc99f01a0f8d6668cbfc9273f49a6be25 (diff) | |
download | cgit-2ffeecb7a6827dcf0f81cf543ed312155f6e8f83.tar.gz cgit-2ffeecb7a6827dcf0f81cf543ed312155f6e8f83.tar.xz |
Merge branch 'lh/panel'
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ static void commit_fn(struct cgit_context *ctx) static void diff_fn(struct cgit_context *ctx) { - cgit_print_diff(ctx->qry.sha1, ctx->qry.sha2, ctx->qry.path); + cgit_print_diff(ctx->qry.sha1, ctx->qry.sha2, ctx->qry.path, 1); } static void info_fn(struct cgit_context *ctx) |