branch: add test for -m renaming multiple config sections
commitc8b2cec09e548df7c948e5f4453381f0a3b0f6a9
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sun, 18 Jun 2017 21:17:50 +0000 (18 23:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Jun 2017 04:47:56 +0000 (18 21:47 -0700)
treeff6fa7c75df509fcb3e7caea5f5fe529201a203f
parent5463caab15fb795da2aab01827419b094146d1c4
branch: add test for -m renaming multiple config sections

Add a test for how 'git branch -m' handles the renaming of multiple
config sections existing for one branch.

The config format we use is hybrid machine/human editable, and we do
our best to preserve the likes of comments and formatting when editing
the file with git-config.

This adds a test for the currently expected semantics in the face of
some rather obscure edge cases which are unlikely to occur in
practice.

Helped-by: Sahil Dua <sahildua2305@gmail.com>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Sahil Dua <sahildua2305@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3200-branch.sh