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

2014-08-07 Thread Matthieu Moy
Tanay Abhra writes: > [Patch v9]: Changed the grep statements in patch 7/8 and 8/8. Good. I think it adresses all previous comments. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.ker

[PATCH v9 0/8] Rewrite `git_config()` using config-set API

2014-08-07 Thread Tanay Abhra
[Patch v9]: Changed the grep statements in patch 7/8 and 8/8. [Patch v8]: git_die_config now allows custom error messages. new tests are now not too reliant on specific strings. [Patch v7]: style nit corrected. (1/8) is Matthieu's translation patch. git_die_config_linenr() helper