Merge branch 'ps/fetch-pack-load-refs-optim'
commit1b2be06e04c5dba2fc25d2eb0cc2bd85d469e350
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:41 +0000 (24 15:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:41 +0000 (24 15:32 -0700)
tree291b4500a945accc7ac96225f87bf685e3aac87e
parent066f6cd44707ca2f8c3dc2a2ae02c2c9784903bf
parent3e5e6c6e94f09973d3a72049aad09fd2131a3648
Merge branch 'ps/fetch-pack-load-refs-optim'

Loading of ref tips to prepare for common ancestry negotiation in
"git fetch-pack" has been optimized by taking advantage of the
commit graph when available.

* ps/fetch-pack-load-refs-optim:
  fetch-pack: speed up loading of refs via commit graph
fetch-pack.c