]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/fetch-pack-load-refs-optim'
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:41 +0000 (15:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 22:32:41 +0000 (15:32 -0700)
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

1  2 
fetch-pack.c

diff --cc fetch-pack.c
Simple merge