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-2ffeecb7a6827dcf0f81cf543ed312155f6e8f83.tar.gz cgit-2ffeecb7a6827dcf0f81cf543ed312155f6e8f83.tar.bz2 cgit-2ffeecb7a6827dcf0f81cf543ed312155f6e8f83.zip | |
Merge branch 'lh/panel'
Diffstat (limited to '')
| -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) | 
