X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/735c7f0734aa0df49a7a899979f1eeef8dede863..f7db9b5e37dec8c28e29a2cc9a2a4d179cbeded6:/ui-patch.c?ds=inline diff --git a/ui-patch.c b/ui-patch.c index 4d35167..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); } }