]> git.ipfire.org Git - thirdparty/git.git/commit
t5526: Fix wrong argument order in "git config"
authorJens Lehmann <Jens.Lehmann@web.de>
Mon, 31 Jan 2011 16:51:25 +0000 (17:51 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Jan 2011 17:59:04 +0000 (09:59 -0800)
commita2a564686feddb290afa79c7c18e7939b8ac064e
tree5205d999e50ffeba8688c4558051ae9c9a2faa67
parent1c1f3537c0283c92abbca9155813ed62b05cb481
t5526: Fix wrong argument order in "git config"

This fixes a typo where the "git config" arguments "-f" and "--unset" were
swapped leading to the creation of a "--unset" file.

Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5526-fetch-submodules.sh