diff options
author | Lars Hjemli | 2011-03-06 23:59:56 +0100 |
---|---|---|
committer | Lars Hjemli | 2011-03-06 23:59:56 +0100 |
commit | 962a24892feb9e3d69542bcf0a219dc14836e921 (patch) | |
tree | 991b67cd914a708d83f08dd7f859a9cadbb74490 /cmd.c | |
parent | 1a64fd2f83affda41fb9903b7c299d35170bfc05 (diff) | |
download | cgit-962a24892feb9e3d69542bcf0a219dc14836e921.tar.gz cgit-962a24892feb9e3d69542bcf0a219dc14836e921.tar.bz2 cgit-962a24892feb9e3d69542bcf0a219dc14836e921.zip |
ui-diff.c: create a control panel for diff options
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
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) | |||
56 | 56 | ||
57 | static void diff_fn(struct cgit_context *ctx) | 57 | static void diff_fn(struct cgit_context *ctx) |
58 | { | 58 | { |
59 | cgit_print_diff(ctx->qry.sha1, ctx->qry.sha2, ctx->qry.path); | 59 | cgit_print_diff(ctx->qry.sha1, ctx->qry.sha2, ctx->qry.path, 1); |
60 | } | 60 | } |
61 | 61 | ||
62 | static void info_fn(struct cgit_context *ctx) | 62 | static void info_fn(struct cgit_context *ctx) |