commit 021b0c6fb25d296a1463498da56435aee399dfe9 from: Stefan Sperling date: Wed Mar 18 16:13:46 2020 UTC don't forget to send a final progress notification from got-index-pack commit - 5672d305fae0ef2b4e6c9582d45af790a06fa134 commit + 021b0c6fb25d296a1463498da56435aee399dfe9 blob - 1ac94bd4c17f3cabcf5eb316df8b8297a215640d blob + eaf56a186124e48676c6d3d45068d94d1a8970e7 --- libexec/got-index-pack/got-index-pack.c +++ libexec/got-index-pack/got-index-pack.c @@ -788,6 +788,11 @@ index_pack(struct got_pack *pack, int idxfd, FILE *tmp goto done; } + err = got_privsep_send_index_pack_progress(ibuf, nobj, nobj, + nloose, nresolved); + if (err) + goto done; + make_packidx(&packidx, nobj, objects); SHA1Init(&ctx);