]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ew/fetch-hiderefs'
authorJunio C Hamano <gitster@pobox.com>
Fri, 17 Mar 2023 21:03:10 +0000 (14:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Mar 2023 21:03:10 +0000 (14:03 -0700)
A new "fetch.hideRefs" option can be used to exclude specified refs
from "rev-list --objects --stdin --not --all" traversal for
checking object connectivity, most useful when there are many
unrelated histories in a single repository.

* ew/fetch-hiderefs:
  fetch: support hideRefs to speed up connectivity checks

1  2 
builtin/fetch.c
builtin/rev-list.c
revision.c

diff --cc builtin/fetch.c
Simple merge
Simple merge
diff --cc revision.c
Simple merge