]> git.cameronkatri.com Git - cgit.git/blobdiff - cmd.c
filter: make exit status local
[cgit.git] / cmd.c
diff --git a/cmd.c b/cmd.c
index 9893710b70bb4d5bee8ec0f968cac02a49729fe3..420b3b118a5d2d0b2d8e913b0d0fe6081db69063 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -1,7 +1,6 @@
 /* cmd.c: the cgit command dispatcher
  *
- * Copyright (C) 2008 Lars Hjemli
- * Copyright (C) 2013 Jason A. Donenfeld <Jason@zx2c4.com>.
+ * Copyright (C) 2006-2014 cgit Development Team <cgit@lists.zx2c4.com>
  *
  * Licensed under GNU General Public License v2
  *   (see COPYING for full license text)
@@ -98,7 +97,7 @@ static void repolist_fn(struct cgit_context *ctx)
 
 static void patch_fn(struct cgit_context *ctx)
 {
-       cgit_print_patch(ctx->qry.sha1, ctx->qry.path);
+       cgit_print_patch(ctx->qry.sha1, ctx->qry.sha2, ctx->qry.path);
 }
 
 static void plain_fn(struct cgit_context *ctx)