]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kn/fix-fetch-backfill-tag-with-batched-ref-updates'
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Dec 2025 02:33:17 +0000 (11:33 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Dec 2025 02:33:17 +0000 (11:33 +0900)
"git fetch" that involves fetching tags, when a tag being fetched
needs to overwrite existing one, failed to fetch other tags, which
has been corrected.

* kn/fix-fetch-backfill-tag-with-batched-ref-updates:
  fetch: fix failed batched updates skipping operations
  fetch: fix non-conflicting tags not being committed
  fetch: extract out reference committing logic

1  2 
builtin/fetch.c

diff --cc builtin/fetch.c
Simple merge