Re: [PATCH v3] use delete_refs when deleting tags or branches
From: Junio C Hamano <hidden> Date: 2021-01-22 02:43:52
Phil Hord [off-list ref] writes:
After deleting branches, remove the branch config only if the branch
ref was removed and was not subsequently added back in.
A manual test deleting 24,000 tags took about 30 minutes using
delete_ref. It takes about 5 seconds using delete_refs.