]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'kn/fix-fetch-backfill-tag-with-batched-ref-updates' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 17 Dec 2025 05:45:28 +0000 (14:45 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Dec 2025 05:45:28 +0000 (14:45 +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