summaryrefslogtreecommitdiff
path: root/Documentation/git-sh-setup.txt
diff options
context:
space:
mode:
authorLibravatar Yann Droneaud <ydroneaud@opteya.com>2013-03-24 22:06:12 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-03-25 08:50:54 -0700
commitcee683b72eac1a1ac0fcbaabf5256a5f0aff07f7 (patch)
treea2eda6ba0b663d28d73047211bc39d3b5241972c /Documentation/git-sh-setup.txt
parentt7502: remove clear_config (diff)
downloadtgif-cee683b72eac1a1ac0fcbaabf5256a5f0aff07f7.tar.xz
t7600: use test_config to set/unset git config variables
Instead of using construct such as: test_when_finished "git config --unset <key>" git config <key> <value> uses test_config <key> <value> The latter takes care of removing <key> at the end of the test. Tests are modified to assume default configuration at entry, and to reset the modified configuration variables at the end. Test 'merge log message' was relying on the presence of option `--no-ff` in the configuration. With the option, git show -s --pretty=format:%b HEAD produces an empty line and without the option, it produces an empty file. The test is modified to check with and without `--no-ff` option. Signed-off-by: Yann Droneaud <ydroneaud@opteya.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-sh-setup.txt')
0 files changed, 0 insertions, 0 deletions