commit 90da997cd59502716a04f402ee61abbb8af6ea5f from: Stefan Sperling date: Thu Mar 19 17:04:21 2020 UTC remove 'Writing pack index...' message which was sometimes printed redundantly commit - 8a8b05ce6c72dac3a57e81725e5da27a0d8958de commit + 90da997cd59502716a04f402ee61abbb8af6ea5f blob - 70f9ed74a90e837413c9c352d3dcb51c4a2bb0c9 blob + 03cc1639c6b0f51339e0d7edf7c4e35522e2464d --- got/got.c +++ got/got.c @@ -879,10 +879,6 @@ fetch_progress(void *arg, const char *message, off_t p printf("; resolving deltas %d%%", p_resolved); if (print_size || print_indexed || print_resolved) fflush(stdout); - - if (nobj_indexed > 0 && nobj_indexed == nobj_total && - nobj_resolved == nobj_total - nobj_loose) - printf("\nWriting pack index...\n"); return NULL; }