diff options
author | Yann Droneaud <ydroneaud@opteya.com> | 2013-03-24 22:06:03 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-25 08:50:53 -0700 |
commit | 55adef06506b27c3f8d9e16c77bdf4e2e83678e9 (patch) | |
tree | 0127350f0dd5291d7492a5e6cdb3b1cbcd9524f0 /t/t5515/fetch.br-branches-default-octopus_branches-default | |
parent | diff.c: diff.renamelimit => diff.renameLimit in message (diff) | |
download | tgif-55adef06506b27c3f8d9e16c77bdf4e2e83678e9.tar.xz |
t3400: 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.
Signed-off-by: Yann Droneaud <ydroneaud@opteya.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5515/fetch.br-branches-default-octopus_branches-default')
0 files changed, 0 insertions, 0 deletions