[PATCH v2 2/3] branch: add test for -m renaming multiple config sections

2017-07-05 Thread Ævar Arnfjörð Bjarmason
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 t

[PATCH v2 2/3] branch: add test for -m renaming multiple config sections

2017-06-18 Thread Sahil Dua
From: Ævar Arnfjörð Bjarmason 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