]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/send-pack-check-negative-with-quick'
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2019 23:09:22 +0000 (15:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Dec 2019 23:09:22 +0000 (15:09 -0800)
commit403ac1381cc8bed5e02963a955f2a2a626620eaa
tree0d6d17741187a8b324e7484be00ff5e65def5f30
parentf0cf2fee5d37384d5650477e6bdca2be68075042
parent5cf7a17dfbe60ea3cfb32ace7264edc3ad97611b
Merge branch 'jk/send-pack-check-negative-with-quick'

Performance tweak on "git push" into a repository with many refs
that point at objects we have never heard of.

* jk/send-pack-check-negative-with-quick:
  send-pack: use OBJECT_INFO_QUICK to check negative objects
send-pack.c