commit | 692e17964dd4f8da4b3994c5c7055ec9a8c22a75 | [log] [tgz] |
---|---|---|
author | Lars Schneider <larsxschneider@gmail.com> | Sat Sep 26 09:54:58 2015 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Oct 03 10:20:00 2015 -0700 |
tree | 825b2882d94d52c057bb908ca666a1d2d13072c4 | |
parent | 689efb737a7b46351850eefdfa57d2ce232011fb [diff] |
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 <larsxschneider@gmail.com> Acked-by: Luke Diamand <luke@diamand.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>