]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'zk/push-use-bitmaps'
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2022 21:54:54 +0000 (14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jul 2022 21:54:54 +0000 (14:54 -0700)
"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

1  2 
t/t5516-fetch-push.sh

Simple merge