[PATCH 2/5] ui-patch.c: Fix signature delimiter
Lukas Fleischer
cgit at cryptocrack.de
Mon Aug 26 20:38:32 CEST 2013
Add a missing space after the "--" marker that introduces the patch
signature.
Signed-off-by: Lukas Fleischer <cgit at cryptocrack.de>
---
ui-patch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui-patch.c b/ui-patch.c
index 4d35167..6df105e 100644
--- a/ui-patch.c
+++ b/ui-patch.c
@@ -80,6 +80,6 @@ void cgit_print_patch(const char *new_rev, const char *old_rev,
while ((commit = get_revision(&rev)) != NULL) {
log_tree_commit(&rev, commit);
- printf("--\ncgit %s\n", cgit_version);
+ printf("-- \ncgit %s\n", cgit_version);
}
}
--
1.8.4.rc3.500.gc3113b0
More information about the CGit
mailing list