Merge branch 'jk/config-with-empty-section'
commit66bea733f3e08e4aacacedcc7b6e46d202bdc7f8
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Apr 2013 22:10:53 +0000 (2 15:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Apr 2013 22:10:53 +0000 (2 15:10 -0700)
tree48a7b2bac559d787b8b5ad743f8da1b1d9e8b8a9
parent68ef16b8488da1a9eed241340af194979d328ba7
parent53ca053b3062e985f6270570b42471fbeb2dd6a5
Merge branch 'jk/config-with-empty-section'

Document that "git config --unset" does not remove an empty section
head after removing the last variable in a section, and adding a
new variable does not try to reuse a leftover empty section head.

* jk/config-with-empty-section:
  t1300: document some aesthetic failures of the config editor