X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/f60ffa143cca61e9729ac71033e1a556cf422871..ddfaef6bb28e697491b25bff5a7b260d44ce6ccf:/ui-patch.c?ds=inline diff --git a/ui-patch.c b/ui-patch.c index 6878a46..fc6c145 100644 --- a/ui-patch.c +++ b/ui-patch.c @@ -82,4 +82,6 @@ void cgit_print_patch(const char *new_rev, const char *old_rev, log_tree_commit(&rev, commit); printf("-- \ncgit %s\n\n", cgit_version); } + + fflush(stdout); }