]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kn/fetch-push-bulk-ref-update' into jch
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Jun 2025 16:49:34 +0000 (09:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Jun 2025 16:49:34 +0000 (09:49 -0700)
"git push" and "git fetch" are taught to update refs in batches to
gain performance.

Tentatively kicked out of 'next' to give its fix-up topic a chance to reboot.

* kn/fetch-push-bulk-ref-update:
  receive-pack: use batched reference updates
  send-pack: fix memory leak around duplicate refs
  fetch: use batched reference updates
  refs: add function to translate errors to strings

1  2 
builtin/fetch.c
builtin/receive-pack.c
refs.c
send-pack.c

diff --cc builtin/fetch.c
Simple merge
Simple merge
diff --cc refs.c
Simple merge
diff --cc send-pack.c
Simple merge