[PATCH v2 0/2] Git config cache & special querying api utilizing the cache

2014-06-16 Thread Tanay Abhra
Hi, [PATCH v2]:Changed the string_list to a struct instead of pointer to a struct. Added string-list initilization functions. Minor mistakes corrected acoording to review comments[4]. Thanks to Eric and Matthieu for their review. [PATCH V1]:Most of the invaluable suggestio

[RFC/PATCH v2 0/2] Git config cache & special querying api utilizing the cache

2014-06-02 Thread Tanay Abhra
Hi, [V2]: Improved according to the suggestions by Eric Sunshine and Torsten Bogershausen. Added cache invalidation when config file is changed. I am using git_config_set_multivar_in_file() as an update hook. This is my first patch series for this year's GSoC. My project is "Git Conf