| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | config: drop `git_config_get_bool()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config_get_int()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config_get_string()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config_get_value()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config_get_value()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config_get()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -4/+4 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-09-12 | config: make dependency on repo in `read_early_config()` explicit | Patrick Steinhardt | 1 | -1/+2 |
| 2024-08-13 | global: prepare for hiding away repo-less config functions | Patrick Steinhardt | 1 | -0/+2 |
| 2023-06-28 | config: pass kvi to die_bad_number() | Glen Choo | 1 | -3/+3 |
| 2023-06-28 | config.c: pass ctx in configsets | Glen Choo | 1 | -5/+6 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -3/+8 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2023-04-06 | Merge branch 'gc/config-parsing-cleanup' | Junio C Hamano | 1 | -0/+17 |
| 2023-03-28 | config: report cached filenames in die_bad_number() | Glen Choo | 1 | -0/+17 |
| 2023-03-28 | config API: have *_multi() return an "int" and take a "dest" | Ævar Arnfjörð Bjarmason | 1 | -4/+2 |
| 2023-03-28 | config API: add and use a "git_config_get()" family of functions | Ævar Arnfjörð Bjarmason | 1 | -0/+22 |
| 2023-03-21 | treewide: remove cache.h inclusion due to setup.h changes | Elijah Newren | 1 | -1/+0 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-08-19 | config: mark unused callback parameters | Jeff King | 1 | -1/+1 |
| 2020-08-14 | config: fix leaks from git_config_get_string_const() | Jeff King | 1 | -1/+1 |
| 2020-02-10 | config: provide access to the current line number | Bert Wesarg | 1 | -0/+1 |
| 2020-02-10 | config: make scope_name non-static and rename it | Matthew Rogers | 1 | -16/+1 |
| 2018-03-27 | t/helper: merge test-config into test-tool | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-03-14 | t1309: test read_early_config() | Johannes Schindelin | 1 | -0/+15 |
| 2016-09-21 | Merge branch 'jk/setup-sequence-update' | Junio C Hamano | 1 | -0/+3 |
| 2016-07-19 | Merge branch 'jk/common-main' | Junio C Hamano | 1 | -1/+1 |
| 2016-07-06 | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 1 | -1/+1 |
| 2016-05-27 | config: add a notion of "scope" | Jeff King | 1 | -0/+16 |
| 2016-05-27 | config: return configset value for current_config_ functions | Jeff King | 1 | -0/+20 |
| 2016-04-15 | test helpers: move test-* to t/helper/ subdirectory | Nguyễn Thái Ngọc Duy | 1 | -0/+152 |