]> gitweb.ps.run Git - ps-cgit/blobdiff - cmd.c
ui-patch: Apply path limit to generated patch
[ps-cgit] / cmd.c
diff --git a/cmd.c b/cmd.c
index 893ae2500c11be548f0bceee4c272f8c4e313644..605876bd88385e7065f2eb631dac0a50e25d112f 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -90,7 +90,7 @@ static void repolist_fn(struct cgit_context *ctx)
 
 static void patch_fn(struct cgit_context *ctx)
 {
-       cgit_print_patch(ctx->qry.sha1);
+       cgit_print_patch(ctx->qry.sha1, ctx->qry.path);
 }
 
 static void plain_fn(struct cgit_context *ctx)