Merge branch 'zk/push-use-bitmaps'
commit81705c4ee657b55900c35ef38d0641d9ce2d0092
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2022 21:54:54 +0000 (13 14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2022 21:54:54 +0000 (13 14:54 -0700)
treeda6da31594ad7b5cde329a30c35e6ec22aaf991e
parent33f448b5fc916e6be266b857617a3b27a467da81
parent82f67ee13fb25ebed1cd722c83de49a1ac588429
Merge branch 'zk/push-use-bitmaps'

"git push" sometimes perform poorly when reachability bitmaps are
used, even in a repository where other operations are helped by
bitmaps.  The push.useBitmaps configuration variable is introduced
to allow disabling use of reachability bitmaps only for "git push".

* zk/push-use-bitmaps:
  send-pack.c: add config push.useBitmaps
t/t5516-fetch-push.sh