commit d82de447b42ca88a01181f9cd6a1f45cfde478a3 from: Stefan Sperling date: Sat Sep 15 17:48:08 2018 UTC make 'got log' flush stdout when a commit has been printed commit - 31cedeafaf0a3027fba695d7ed685cb330236cb6 commit + d82de447b42ca88a01181f9cd6a1f45cfde478a3 blob - 17cf228edf81711a6ba8664697f7dbd1c3eaafb6 blob + 5cf3fa097e58978530f6814cb80c561bca32714e --- got/got.c +++ got/got.c @@ -366,6 +366,7 @@ print_commit(struct got_commit_object *commit, struct printf("\n"); } + fflush(stdout); return err; }