> * kn/reflog-migration-fix-followup (2025-01-22) 4 commits > - reftable: prevent 'update_index' changes after adding records > - refs: use 'uint64_t' for 'ref_update.index' > - refs: mark `ref_transaction_update_reflog()` as static > - Merge branch 'kn/reflog-migration-fix' into kn/reflog-migration-fix-followup > > Code clean-up. > > On hold. > cf. <Z5DgxQuc2j_-5GHg@xxxxxx> > source: <20250122-461-corrupted-reftable-followup-v3-0-ae5f88bf04fa@xxxxxxxxx> I think this topic should now be unblocked as all the preceding fixes and fixes of fixes have been merged. > * bf/fetch-set-head-fix (2025-01-27) 2 commits > - fetch set_head: fix non-mirror remotes in bare repositories > - fetch set_head: refactor to use remote directly > > Fetching into a bare repository incorrectly assumed it always used > a mirror layout when deciding to update remote-tracking HEAD, which > has been corrected. > > Will merge to 'next'? > source: <Z5Mrk02wMdABtrVZ@xxxxxx> Yup, I think this series is ready. > * ds/backfill (2025-02-03) 7 commits > - backfill: assume --sparse when sparse-checkout is enabled > - backfill: add --sparse option > - backfill: add --min-batch-size=<n> option > - backfill: basic functionality and tests > - backfill: add builtin boilerplate > - Merge branch 'master' into ds/backfill > - Merge branch 'ds/path-walk-1' into ds/backfill > > Lazy-loading missing files in a blobless clone on demand is costly > as it tends to be one-blob-at-a-time. "git backfill" is introduced > to help bulk-download necessary files beforehand. > > Will merge to 'next'? > source: <pull.1820.v3.git.1738602667.gitgitgadget@xxxxxxxxx> I'll do another review today, but think it should be close or ready. > * ps/send-pack-unhide-error-in-atomic-push (2025-02-03) 8 commits > - send-pack: gracefully close the connection for atomic push > - t5543: atomic push reports exit code failure > - send-pack: new return code "ERROR_SEND_PACK_BAD_REF_STATUS" > - t5548: add porcelain push test cases for dry-run mode > - t5548: add new porcelain test cases > - t5548: refactor test cases by resetting upstream > - t5548: refactor to reuse setup_upstream() function > - t5504: modernize test by moving heredocs into test bodies > > "git push --atomic --porcelain" used to ignore failures from the > other side, losing the error status from the child process, which > has been corrected. > > Will merge to 'next'? > source: <20250203-pks-push-atomic-respect-exit-code-v5-0-d66481e36622@xxxxxx> I think so. One topic that I miss in the cover letter is [1]. You probably forgot to pick it up :) Thank you, as always! [1]: <20250125-b4-pks-reftable-win32-in-use-errors-v1-1-356dbc783b4f@xxxxxx> Patrick