Re: [GSOC] Git Configuration API improvements

2014-03-15 Thread karthik nayak
On Fri, Mar 14, 2014 at 10:01 AM, Jeff King wrote: > On Tue, Mar 11, 2014 at 09:49:33PM +0530, karthik nayak wrote: > >> On Tue, Mar 11, 2014 at 8:21 PM, Matthieu Moy >> wrote: >> > karthik nayak writes: >> > >> >> Currently we have multiple invocation of git_config() in an >> >> individual invo

Re: [GSOC] Git Configuration API improvements

2014-03-13 Thread Jeff King
On Tue, Mar 11, 2014 at 09:49:33PM +0530, karthik nayak wrote: > On Tue, Mar 11, 2014 at 8:21 PM, Matthieu Moy > wrote: > > karthik nayak writes: > > > >> Currently we have multiple invocation of git_config() in an > >> individual invocation of git() which is not efficient. Also, it is > >> hard

Re: [GSOC] Git Configuration API improvements

2014-03-11 Thread karthik nayak
On Tue, Mar 11, 2014 at 8:21 PM, Matthieu Moy wrote: > karthik nayak writes: > >> Currently we have multiple invocation of git_config() in an >> individual invocation of git() which is not efficient. Also, it is >> hard to implement new features, > > I think efficiency is not a real concern here.

Re: [GSOC] Git Configuration API improvements

2014-03-11 Thread Matthieu Moy
karthik nayak writes: > Currently we have multiple invocation of git_config() in an > individual invocation of git() which is not efficient. Also, it is > hard to implement new features, I think efficiency is not a real concern here. Config files are small and easy to parse, so parsing them mult

[GSOC] Git Configuration API improvements

2014-03-11 Thread karthik nayak
Hello to all, I'm Karthik Nayak, a Computer Science student from Bangalore India. I will be applying for GSOC 2014. This is my first time applying for GSOC. I have been using Git for a long time now, so it would be an ideal organisation for me to contribute to. As suggested I completed the Micro P