Re: [PATCH v7 1/7] git-p4: add optional type specifier to gitConfig reader

2015-09-23 Thread Lars Schneider
On 22 Sep 2015, at 23:49, Junio C Hamano wrote: > larsxschnei...@gmail.com writes: > >> From: Lars Schneider >> >> The functions “gitConfig” and “gitConfigBool” are almost identical. Make >> “gitConfig” more generic by adding an optional type specifier. Use the type >> specifier “—bool” wit

Re: [PATCH v7 1/7] git-p4: add optional type specifier to gitConfig reader

2015-09-22 Thread Junio C Hamano
larsxschnei...@gmail.com writes: > From: Lars Schneider > > 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 > t

[PATCH v7 1/7] git-p4: add optional type specifier to gitConfig reader

2015-09-21 Thread larsxschneider
From: Lars Schneider 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 su