diff options
-rw-r--r-- | ui-patch.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,6 +80,6 @@ void cgit_print_patch(const char *new_rev, const char *old_rev, | |||
80 | 80 | ||
81 | while ((commit = get_revision(&rev)) != NULL) { | 81 | while ((commit = get_revision(&rev)) != NULL) { |
82 | log_tree_commit(&rev, commit); | 82 | log_tree_commit(&rev, commit); |
83 | printf("--\ncgit %s\n", cgit_version); | 83 | printf("-- \ncgit %s\n", cgit_version); |
84 | } | 84 | } |
85 | } | 85 | } |