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

2014-06-03 Thread Matthieu Moy
Tanay Abhra writes: > Add explanations for `git_config_get_string_multi` and `git_config_get_string` > which utilize the config hash table for querying in a non-callback manner for > a specific variable. I'd squash this into the previous patch: the reader appreciates having the documentation whe

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

2014-06-02 Thread Tanay Abhra
Add explanations for `git_config_get_string_multi` and `git_config_get_string` which utilize the config hash table for querying in a non-callback manner for a specific variable. Signed-off-by: Tanay Abhra --- Documentation/technical/api-config.txt | 18 ++ 1 file changed, 18 inse