]> git.ipfire.org Git - thirdparty/git.git/commit - git-svn.perl
git-svn: correctly handle boolean options via git-config
authorEric Wong <normalperson@yhbt.net>
Sun, 11 Feb 2007 05:07:12 +0000 (21:07 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 11 Feb 2007 06:48:18 +0000 (22:48 -0800)
commit7774284ac733fac7a23bff058c949723953ece34
tree4a605c11c52b28eaf395a074ba6ff81e34372c97
parentdfd42a3c6281275b518f10938dcd858558cd82e3
git-svn: correctly handle boolean options via git-config

We don't append a space after '--bool', so we can't expect
a regular expression to match the space.

Semi-noticed by Junio C Hamano :)

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl