Merge branch 'bc/clone-bare-with-conflicting-config'
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Mar 2021 21:00:25 +0000 (14:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Mar 2021 21:00:25 +0000 (14:00 -0700)
commit3099d4faa3ffb888cddb3b1fbba8f13a52f6726c
treed834b89db16a1098ed5e299a2b6a543130bc3148
parentd4bda9b0451fcc7f3fd485be2048cb731f7072ce
parent75555676ad3908b0f847a9ae154c35e12114c82f
Merge branch 'bc/clone-bare-with-conflicting-config'

"git -c core.bare=false clone --bare ..." would have segfaulted,
which has been corrected.

* bc/clone-bare-with-conflicting-config:
  builtin/init-db: handle bare clones when core.bare set to false
t/t5606-clone-options.sh