summaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-1/+2
|\
| * treewide: remove cache.h inclusion due to previous changesElijah Newren2023-04-241-1/+1
| * ws.h: move declarations for ws.c functions from cache.hElijah Newren2023-04-241-0/+1
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+6
|\ \ | |/
| * mailmap, quote: move declarations of global vars to correct unitElijah Newren2023-04-111-0/+1
| * pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on convert.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* | Sync with Git 2.40.1Junio C Hamano2023-04-241-11/+25
|\ \
| * \ Sync with 2.39.3Johannes Schindelin2023-04-171-11/+25
| |\ \
| | * \ Sync with 2.38.5Johannes Schindelin2023-04-171-11/+25
| | |\ \
| | | * \ Sync with 2.37.7Johannes Schindelin2023-04-171-11/+25
| | | |\ \
| | | | * \ Sync with 2.36.6Johannes Schindelin2023-04-171-11/+25
| | | | |\ \
| | | | | * \ Sync with 2.35.8Johannes Schindelin2023-04-171-11/+25
| | | | | |\ \
| | | | | | * \ Sync with 2.34.8Johannes Schindelin2023-04-171-11/+25
| | | | | | |\ \
| | | | | | | * \ Sync with 2.33.8Johannes Schindelin2023-04-171-11/+25
| | | | | | | |\ \
| | | | | | | | * \ Sync with 2.32.7Johannes Schindelin2023-04-171-11/+25
| | | | | | | | |\ \
| | | | | | | | | * \ Sync with 2.31.8Johannes Schindelin2023-04-171-11/+25
| | | | | | | | | |\ \
| | | | | | | | | | * \ Sync with 2.30.9Johannes Schindelin2023-04-171-11/+25
| | | | | | | | | | |\ \
| | | | | | | | | | | * | config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau2023-04-171-0/+13
| | | | | | | | | | | * | config.c: avoid integer truncation in `copy_or_rename_section_in_file()`Taylor Blau2023-04-171-5/+5
| | | | | | | | | | | * | config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau2023-04-171-6/+7
* | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |