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 | Merge branch 'fh/filter-api' (diff) | |
parent | ui-stats.c: create a control panel for stat options (diff) | |
download | cgit-pink-2ffeecb7a6827dcf0f81cf543ed312155f6e8f83.tar.gz cgit-pink-2ffeecb7a6827dcf0f81cf543ed312155f6e8f83.zip |
Merge branch 'lh/panel'
Diffstat (limited to 'cmd.c')
-rw-r--r-- | cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c index d114eb3..5a3d157 100644 --- a/cmd.c +++ b/cmd.c @@ -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) |