mirror of
https://github.com/git/git.git
synced 2026-04-02 04:50:12 +02:00
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>
8.4 KiB
Executable File
8.4 KiB
Executable File