Git config: Some boolean values were not parsed correctly when using git cli instead...
commit9b97f2024cb58775ead7182ea50a181299505b2c
authorSven Strickroth <email@cs-ware.de>
Sun, 23 Aug 2015 20:39:59 +0000 (23 22:39 +0200)
committerSven Strickroth <email@cs-ware.de>
Sun, 23 Aug 2015 20:54:07 +0000 (23 22:54 +0200)
treedebba7e1db038781373e17e46be0a1244ceaa762
parent53a909d7f20e6466beb5f867a90d11956e4546c0
Git config: Some boolean values were not parsed correctly when using git cli instead of libgit

The following git config example was not parsed correctly:
    [test]
    istrue
    isfalse=

For libgit this was fixed long time ago in commit 9d2ad66f87ec17854d0bbae4b9f4a183b5be3200.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
src/Git/Git.cpp
src/Git/Git.h
test/UnitTests/GitTest.cpp