Re: [GSoC] Inquiry about writing config file to disk

2014-03-20 Thread Jeff King
On Thu, Mar 20, 2014 at 05:25:22PM +, Tanay Abhra wrote: > I have gone through commit.c, builtin/commit.c and api-config.txt but one > thing I cannot find is which functions handle writing config file to disk > after adding a new variable,value pair(for example git config my.option > true) . I

[GSoC] Inquiry about writing config file to disk

2014-03-20 Thread Tanay Abhra
Hi, I have gone through commit.c, builtin/commit.c and api-config.txt but one thing I cannot find is which functions handle writing config file to disk after adding a new variable,value pair(for example git config my.option true) . It is also marked TODO on the api-config.txt file. Can somebody he