Merge branch 'sb/config-write-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2018 19:41:32 +0000 (12:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2018 19:41:32 +0000 (12:41 -0700)
commit2a2c18f1c3ae3fbade32df11719f24e8d6a6709c
treefeddd20937d368bfd32354954f31dcfc026b3833
parent87aa1595e7e0aec646284360314488dece31b66b
parentbff7df7a87a775d931dc40e6f7058966f53f1fc8
Merge branch 'sb/config-write-fix'

Recent update to "git config" broke updating variable in a
subsection, which has been corrected.

* sb/config-write-fix:
  git-config: document accidental multi-line setting in deprecated syntax
  config: fix case sensitive subsection names on writing
  t1300: document current behavior of setting options
Documentation/git-config.txt
config.c
t/t1300-config.sh