From: Junio C Hamano Date: Sat, 6 Feb 2021 00:40:45 +0000 (-0800) Subject: Merge branch 'ph/use-delete-refs' X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f6ef8baba293f851b07192169f40004ce44a74c1;p=git.git Merge branch 'ph/use-delete-refs' When removing many branches and tags, the code used to do so one ref at a time. There is another API it can use to delete multiple refs, and it makes quite a lot of performance difference when the refs are packed. * ph/use-delete-refs: use delete_refs when deleting tags or branches --- f6ef8baba293f851b07192169f40004ce44a74c1