Re: [PATCH v3 3/3] test-config: add usage examples for non-callback query functions

2014-06-26 Thread Tanay Abhra
Hi, I thought about adding a test*.sh file after sending the series. No worries, I will rectify it in the next patch. Also, I have read all your comments. Thanks for the review. Cheers, Tanay Abhra. On 6/25/2014 4:49 PM, Eric Sunshine wrote: > On Mon, Jun 23, 2014 at 6:11 AM, Tanay Abhra wrote

Re: [PATCH v3 3/3] test-config: add usage examples for non-callback query functions

2014-06-25 Thread Eric Sunshine
On Mon, Jun 23, 2014 at 6:11 AM, Tanay Abhra wrote: > Add different usage examples for 'git_config_get_string' and > `git_config_get_string_multi`. They will serve as documentation > on how to query for config values in a non-callback manner. This is a good start, but it's not fully what Matthieu

[PATCH v3 3/3] test-config: add usage examples for non-callback query functions

2014-06-23 Thread Tanay Abhra
Add different usage examples for 'git_config_get_string' and `git_config_get_string_multi`. They will serve as documentation on how to query for config values in a non-callback manner. Signed-off-by: Tanay Abhra --- .gitignore| 1 + Makefile | 1 + test-config.c | 93 +