[PATCH 2/2] add variable name to `git_config_*()` error message

2014-07-31 Thread Tanay Abhra
Whenever a callback returns a negative value, the functions of `git_config_*()` family die printing the line number and file name. In addition to them, add the variable name to the error message. Signed-off-by: Tanay Abhra tanay...@gmail.com --- config.c| 4 ++--

Re: [PATCH 2/2] add variable name to `git_config_*()` error message

2014-07-31 Thread Tanay Abhra
Junio, drop (2/2) of this series, it has conflicts with ta/config-set in pu. This patch can easily come later. Sorry for the inconvenience. Patch 1/2 is OK. Thanks. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More