Re: [PATCH v8 0/3] fetch: fix non-conflicting tags not being committed
From: Junio C Hamano <hidden>
Date: 2025-11-21 19:58:45
From: Junio C Hamano <hidden>
Date: 2025-11-21 19:58:45
Karthik Nayak [off-list ref] writes:
builtin/fetch.c | 71 ++++++++++++++++----------
t/t5510-fetch.sh | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 195 insertions(+), 26 deletions(-)
Karthik Nayak (3):
fetch: extract out reference committing logic
fetch: fix non-conflicting tags not being committed
fetch: fix failed batched updates skipping operationsLooking good. Will replace. Thanks.