Add a missing space after the "--" marker that introduces the patch signature.
Signed-off-by: Lukas Fleischer <[email protected]> --- 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 _______________________________________________ CGit mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/cgit
