aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorGravatar Johan Herland <johan@herland.net>2010-06-10 08:09:32 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2010-06-19 17:40:23 (JST)
commitab42741c49d369e41c1e1915c6c024d79509f7d6 (patch)
tree428a18ea48b2b0c0a68f07a8a7fd7f61f590a247 /cmd.c
parentc46e468dd229d5a20d99801072b4a8f8d970104f (diff)
downloadcgit-ab42741c49d369e41c1e1915c6c024d79509f7d6.zip
cgit-ab42741c49d369e41c1e1915c6c024d79509f7d6.tar.gz
ui-commit: Limit diff based on path limit in qry.path
Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index a9e426a..893ae25 100644
--- a/cmd.c
+++ b/cmd.c
@@ -51,7 +51,7 @@ static void blob_fn(struct cgit_context *ctx)
51 51
52static void commit_fn(struct cgit_context *ctx) 52static void commit_fn(struct cgit_context *ctx)
53{ 53{
54 cgit_print_commit(ctx->qry.sha1); 54 cgit_print_commit(ctx->qry.sha1, ctx->qry.path);
55} 55}
56 56
57static void diff_fn(struct cgit_context *ctx) 57static void diff_fn(struct cgit_context *ctx)