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

2014-06-03 Thread Matthieu Moy
Tanay Abhra tanay...@gmail.com 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

[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 tanay...@gmail.com --- Documentation/technical/api-config.txt | 18 ++ 1