summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+6
|\
| * write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
| * setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
| * abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| * treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* | Merge branch 'gc/config-parsing-cleanup'Junio C Hamano2023-04-061-245/+343
|\ \
| * | config.c: rename "struct config_source cf"Glen Choo2023-03-281-131/+131
| * | config: report cached filenames in die_bad_number()Glen Choo2023-03-281-20/+45
| * | config.c: remove current_parsing_scopeGlen Choo2023-03-281-26/+37
| * | config.c: remove current_config_kviGlen Choo2023-03-281-39/+43
| * | config.c: plumb the_reader through callbacksGlen Choo2023-03-281-31/+43
| * | config.c: create config_reader and the_readerGlen Choo2023-03-281-31/+51
| * | config.c: don't assign to "cf_global" directlyGlen Choo2023-03-281-13/+24
| * | config.c: plumb config_source through static fnsGlen Choo2023-03-281-69/+84
* | | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-17/+92
|\ \ \
| * | | config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-281-0/+32
| * | | config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-281-14/+20
| * | | config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason2023-03-281-7/+44
* | | | config: tell the user that we expect an ASCII characterKristoffer Haugsbakk2023-03-271-1/+1
| |_|/ |/| |
* | | replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-231-0/+1
* | | ident.h: move ident-related declarations out of cache.hElijah Newren2023-02-231-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+2
| |/ |/|
* | *: fix typos which duplicate a wordAndrei Rybak2023-01-081-1/+1
* | Merge branch 'pw/config-int-parse-fixes'Junio C Hamano2022-11-281-5/+19
|\ \ | |/ |/|
| * git_parse_signed(): avoid integer overflowPhillip Wood2022-11-091-5/+6
| * config: require at least one digit when parsing numbersPhillip Wood2022-11-091-0/+8
| * git_parse_unsigned: reject negative valuesPhillip Wood2022-11-091-0/+5
* | Merge branch 'ds/bundle-uri-3'Taylor Blau2022-10-301-1/+1
|\ \
| * | bundle-uri: create base key-value pair parsingDerrick Stolee2022-10-121-1/+1
* | | Merge branch 'gc/bare-repo-discovery'Junio C Hamano2022-10-251-22/+8
|\ \ \ | |_|/ |/| |
| * | config: respect includes in protected configGlen Choo2022-10-131-22/+8
| |/
* | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-4/+4
* | hashmap: mark unused callback parametersJeff King2022-08-191-2/+2
* | config: mark unused callback parametersJeff King2022-08-191-1/+2
|/
* config.c: NULL check when reading protected configGlen Choo2022-07-261-3/+8
* config: learn `git_protected_config()`Glen Choo2022-07-141-0/+43
* Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-1/+3
|\
| * core.fsync: use batch mode and sync loose objects by default on WindowsNeeraj Singh2022-04-061-1/+1
| * core.fsyncmethod: batched disk flushes for loose-objectsNeeraj Singh2022-04-061-0/+2
| * Merge branch 'ns/core-fsyncmethod' into ns/batch-fsyncJunio C Hamano2022-04-061-0/+94
| |\
* | \ Merge branch 'tk/simple-autosetupmerge'Junio C Hamano2022-05-261-0/+3
|\ \ \
| * | | branch: new autosetupmerge option 'simple' for matching branchesTao Klerks2022-04-291-0/+3
* | | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-4/+4
| |\ \ \
| | * | | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-4/+4
* | | | | Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano2022-04-041-14/+0
|\ \ \ \ \
| * | | | | fsmonitor: config settings are repository-specificJeff Hostetler2022-03-251-14/+0
* | | | | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-04-041-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |