diff options
author | Yann Droneaud <ydroneaud@opteya.com> | 2013-03-24 22:06:09 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-03-25 08:50:53 -0700 |
commit | 22179b307894a6e14f33459b43cd485a03ac4add (patch) | |
tree | a4f4b80ec007b4b6c1fa3899a1a52eb42d8014e7 /diffcore-order.c | |
parent | t5541: use test_config to set/unset git config variables (diff) | |
download | tgif-22179b307894a6e14f33459b43cd485a03ac4add.tar.xz |
t7500: 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 'diffcore-order.c')
0 files changed, 0 insertions, 0 deletions