Merge branch 'ta/config-set-1' into jch
commitcef6edb8d38c3e41867012510be30f08daadaaea
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Aug 2014 19:33:46 +0000 (25 12:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Aug 2014 19:33:46 +0000 (25 12:33 -0700)
treefccba6921287495608fdfa67272e76fcdeb03233
parent1a1a079b93913e15b277ef5ec7bd2794886a2dbf
parent8a7b034d6d451491dbcfaebc3d4ed4f08c756822
Merge branch 'ta/config-set-1' into jch

* ta/config-set-1:
  add tests for `git_config_get_string_const()`
  add a test for semantic errors in config files
  rewrite git_config() to use the config-set API
  config: add `git_die_config()` to the config-set API
  change `git_config()` return value to void
  add line number and file name info to `config_set`
  config.c: fix accuracy of line number in errors
  config.c: mark error and warnings strings for translation
Documentation/technical/api-config.txt
cache.h
config.c