Re: [PATCH 00/11] git_config callers rewritten with the new config-set API

2014-08-04 Thread Matthieu Moy
Tanay Abhra writes: > This series is the first batch of patches which rewrites the existing callers > using a non-callback approach. > This series aims to, > > * rewrite the existing callers, as you can see from the diff stat the bew API > provides a much concise and clear control flow. > > * s

[PATCH 00/11] git_config callers rewritten with the new config-set API

2014-08-04 Thread Tanay Abhra
The ta/config-set API is more or less solidified. This series builds on the top of 4c715ebb in pu (ta/config-set). On top of it, it also requires series [1] (Rewrite `git_config()` using config-set API) for proper error checking. This series is the first batch of patches which rewrites the existi