add line number and file name info to `config_set`
commit3df8fd625fba33a6525f61c85de39afb746db9bd
authorTanay Abhra <tanayabh@gmail.com>
Thu, 7 Aug 2014 11:59:14 +0000 (7 04:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Aug 2014 18:38:50 +0000 (7 11:38 -0700)
treedcc2b8b1b61706f034bfc101b75a4b128a402b19
parentb3b3f60bb672d23b9db1582395a1d29561cb79ef
add line number and file name info to `config_set`

Store file name and line number for each key-value pair in the cache
during parsing of the configuration files.

Signed-off-by: Tanay Abhra <tanayabh@gmail.com>
Reviewed-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
config.c