]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/fetch-mirror-optim'
authorJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2022 00:53:07 +0000 (17:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Mar 2022 00:53:07 +0000 (17:53 -0700)
commit6969ac64bf1c7bc43e897d6bfe7d2450d37e9aa9
tree282ec839d4f21b10780f3942460e2103a77b98ff
parent47e0380289b4d60c6fc6a86935686233113aa001
parent0a7b38707d5d5c8a7baeb88a85d6259cee4f4e4d
Merge branch 'ps/fetch-mirror-optim'

Various optimization for "git fetch".

* ps/fetch-mirror-optim:
  refs/files-backend: optimize reading of symbolic refs
  remote: read symbolic refs via `refs_read_symbolic_ref()`
  refs: add ability for backends to special-case reading of symbolic refs
  fetch: avoid lookup of commits when not appending to FETCH_HEAD
  upload-pack: look up "want" lines via commit-graph
builtin/fetch.c
builtin/remote.c
refs.c