]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ph/use-delete-refs'
authorJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2021 00:40:45 +0000 (16:40 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2021 00:40:45 +0000 (16:40 -0800)
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

1  2 
builtin/branch.c
builtin/tag.c

Simple merge
diff --cc builtin/tag.c
Simple merge