]> gitweb.ps.run Git - ps-cgit/blobdiff - cmd.c
ui-commit: Limit diff based on path limit in qry.path
[ps-cgit] / cmd.c
diff --git a/cmd.c b/cmd.c
index a9e426a9a223add80d990886936b5d42be8cef85..893ae2500c11be548f0bceee4c272f8c4e313644 100644 (file)
--- 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)