From 840858594e8b48560541792b717a71dd802d5d80 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 26 Aug 2013 20:38:33 +0200 Subject: ui-patch.c: Add additional newline after each patch For consistency with git-format-patch(1). Signed-off-by: Lukas Fleischer --- ui-patch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-patch.c') diff --git a/ui-patch.c b/ui-patch.c index 6df105e..333bb99 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\n", cgit_version); } } -- cgit v1.2.1