Re: [PATCH v3 0/6] Rewrite `git_config()` using config-set API

2014-07-28 Thread Matthieu Moy
Tanay Abhra writes: > [PATCH V3]:All the suggestions in [3] applied. Built on top of [1]. Except for the minor style fix in PATCH 5, the series looks OK to me. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a me

[PATCH v3 0/6] Rewrite `git_config()` using config-set API

2014-07-28 Thread Tanay Abhra
[PATCH V3]:All the suggestions in [3] applied. Built on top of [1]. [PATCH V2]: All the suggestions in [2] incorporated. git_config() now follows correct parsing order. Reordered the patches. Removed xfuncname patch as it was unnecssary. This series builds on the top of topic[1] i