From 750f6462c9e1e20e87d2bce5ca2e7fd10e0d1ba6 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Tue, 20 Aug 2013 18:56:14 +0200 Subject: Allow for creating patch series This allows for specifying a revision range using the id2 parameter of /patch/. The output that is produced is similar to $ git format-patch --stdout id2..id Signed-off-by: Lukas Fleischer --- ui-patch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-patch.h') diff --git a/ui-patch.h b/ui-patch.h index 1641cea..acd37fd 100644 --- a/ui-patch.h +++ b/ui-patch.h @@ -1,6 +1,6 @@ #ifndef UI_PATCH_H #define UI_PATCH_H -extern void cgit_print_patch(char *hex, const char *prefix); +extern void cgit_print_patch(char *hex, const char *old_rev, const char *prefix); #endif /* UI_PATCH_H */ -- cgit v1.2.3-24-g4f1b