summaryrefslogtreecommitdiff
path: root/t/helper/test-config.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+1
|\
| * treewide: remove cache.h inclusion due to setup.h changesElijah Newren2023-03-211-1/+0
| * setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | Merge branch 'gc/config-parsing-cleanup'Junio C Hamano2023-04-061-0/+17
|\ \
| * | config: report cached filenames in die_bad_number()Glen Choo2023-03-281-0/+17
| |/
* | config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-281-4/+2
* | config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason2023-03-281-0/+22
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* config: mark unused callback parametersJeff King2022-08-191-1/+1
* config: fix leaks from git_config_get_string_const()Jeff King2020-08-141-1/+1
* config: provide access to the current line numberBert Wesarg2020-02-101-0/+1
* config: make scope_name non-static and rename itMatthew Rogers2020-02-101-16/+1
* t/helper: merge test-config into test-toolNguyễn Thái Ngọc Duy2018-03-271-2/+3
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* t1309: test read_early_config()Johannes Schindelin2017-03-141-0/+15
* Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-211-0/+3
* Merge branch 'jk/common-main'Junio C Hamano2016-07-191-1/+1
|\
| * Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-061-1/+1
* | config: add a notion of "scope"Jeff King2016-05-271-0/+16
* | config: return configset value for current_config_ functionsJeff King2016-05-271-0/+20
|/
* test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy2016-04-151-0/+152