Re: RFC GSoC idea: git configuration caching (needs co-mentor!)

2014-03-06 Thread Michael Haggerty
On 03/06/2014 08:24 PM, Junio C Hamano wrote: > Michael Haggerty writes: > >> I just wrote up the idea that fell out of the discussion [1] about the >> other configuration features that I proposed. As far as I am concerned, >> it can be merged as soon as somebody volunteers as a co-mentor. The

Re: RFC GSoC idea: git configuration caching (needs co-mentor!)

2014-03-06 Thread Jeff King
On Thu, Mar 06, 2014 at 11:24:18AM -0800, Junio C Hamano wrote: > > * Add new API calls that allow the cache to be inquired easily and > > efficiently. Rewrite other functions like `git_config_int()` to be > > cache-aware. > > Are you sure about the second sentence of this item is what you >

Re: RFC GSoC idea: git configuration caching (needs co-mentor!)

2014-03-06 Thread Junio C Hamano
Michael Haggerty writes: > I just wrote up the idea that fell out of the discussion [1] about the > other configuration features that I proposed. As far as I am concerned, > it can be merged as soon as somebody volunteers as a co-mentor. The > idea is embodied in a pull request against the git.