add line number and file name info to `config_set`
authorTanay Abhra <redacted>
Thu, 7 Aug 2014 11:59:14 +0000 (04:59 -0700)
committerJunio C Hamano <redacted>
Thu, 7 Aug 2014 18:38:50 +0000 (11:38 -0700)
commit3df8fd625fba33a6525f61c85de39afb746db9bd
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 <redacted>
Reviewed-by: Matthieu Moy <redacted>
Signed-off-by: Junio C Hamano <redacted>
cache.h
config.c
git clone https://git.99rst.org/PROJECT