aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorJohan Herland <johan@herland.net>2010-06-10 01:09:32 +0200
committerLars Hjemli <hjemli@gmail.com>2010-06-19 10:40:23 +0200
commitab42741c49d369e41c1e1915c6c024d79509f7d6 (patch)
tree428a18ea48b2b0c0a68f07a8a7fd7f61f590a247 /cmd.c
parentc46e468dd229d5a20d99801072b4a8f8d970104f (diff)
downloadpkg-cgit-ab42741c49d369e41c1e1915c6c024d79509f7d6.zip
pkg-cgit-ab42741c49d369e41c1e1915c6c024d79509f7d6.tar.gz
pkg-cgit-ab42741c49d369e41c1e1915c6c024d79509f7d6.tar.bz2
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)
static void commit_fn(struct cgit_context *ctx)
{
- cgit_print_commit(ctx->qry.sha1);
+ cgit_print_commit(ctx->qry.sha1, ctx->qry.path);
}
static void diff_fn(struct cgit_context *ctx)