about summary refs log tree commit diff stats
path: root/cmd.c
diff options
context:
space:
mode:
authorJohan Herland2010-06-10 01:09:32 +0200
committerLars Hjemli2010-06-19 10:40:23 +0200
commitab42741c49d369e41c1e1915c6c024d79509f7d6 (patch)
tree428a18ea48b2b0c0a68f07a8a7fd7f61f590a247 /cmd.c
parentui-diff: Teach diffstat to obey path limit (diff)
downloadcgit-ab42741c49d369e41c1e1915c6c024d79509f7d6.tar.gz
cgit-ab42741c49d369e41c1e1915c6c024d79509f7d6.zip
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)