git-p4: add optional type specifier to gitConfig reader
authorLars Schneider <redacted>
Sat, 26 Sep 2015 07:54:58 +0000 (09:54 +0200)
committerJunio C Hamano <redacted>
Sat, 3 Oct 2015 17:20:00 +0000 (10:20 -0700)
commit692e17964dd4f8da4b3994c5c7055ec9a8c22a75
tree825b2882d94d52c057bb908ca666a1d2d13072c4
parent689efb737a7b46351850eefdfa57d2ce232011fb
git-p4: add optional type specifier to gitConfig reader

The functions "gitConfig" and "gitConfigBool" are almost identical.
Make "gitConfig" more generic by adding an optional type specifier.
Use the type specifier "--bool" with "gitConfig" to implement
"gitConfigBool. This prepares the implementation of other type
specifiers such as "--int".

Signed-off-by: Lars Schneider <redacted>
Acked-by: Luke Diamand <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-p4.py
git clone https://git.99rst.org/PROJECT