Re: [RFC/PATCH 2/2] config: Add new query functions to the api

2014-05-28 Thread Eric Sunshine
On Mon, May 26, 2014 at 1:33 PM, Tanay Abhra wrote: > Subject: config: Add new query functions to the api This sounds as if you are adding new functions to the header file. Saying "... to the api docs" would been clearer. Better: config: document new query functions > Add explanations for `

[RFC/PATCH 2/2] config: Add new query functions to the api

2014-05-26 Thread Tanay Abhra
Add explanations for `git_config_get_string_multi` and `git_config_get_string` which utilize the config cache for querying in an non callback manner for a specific variable. Signed-off-by: Tanay Abhra --- Documentation/technical/api-config.txt | 19 +++ 1 file changed, 19 inserti