From: Junio C Hamano Date: Wed, 13 Jul 2022 21:54:54 +0000 (-0700) Subject: Merge branch 'zk/push-use-bitmaps' X-Git-Tag: v2.38.0-rc0~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81705c4ee657b55900c35ef38d0641d9ce2d0092;p=thirdparty%2Fgit.git 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 --- 81705c4ee657b55900c35ef38d0641d9ce2d0092