summaryrefslogtreecommitdiffstats
path: root/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano2024-05-251-12/+1
|\
| * Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano2024-05-251-12/+1
| |\
| | * Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano2024-05-251-12/+1
| | |\
| | | * Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano2024-05-251-12/+1
| | | |\
| | | | * Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano2024-05-241-12/+1
| | | | |\
| | | | | * Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin2024-05-211-12/+1
* | | | | | Sync with 2.43.4Johannes Schindelin2024-04-191-1/+12
|\| | | | |
| * | | | | Sync with 2.42.2Johannes Schindelin2024-04-191-1/+12
| |\| | | |
| | * | | | Sync with 2.41.1Johannes Schindelin2024-04-191-1/+12
| | |\| | |
| | | * | | Sync with 2.40.2Johannes Schindelin2024-04-191-1/+12
| | | |\| |
| | | | * | Sync with 2.39.4Johannes Schindelin2024-04-191-1/+12
| | | | |\|
| | | | | * core.hooksPath: add some protection while cloningJohannes Schindelin2024-04-191-1/+12
| * | | | | Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano2024-02-091-3/+0
| |\ \ \ \ \
* | | | | | | config: factor out global config file retrievalKristoffer Haugsbakk2024-01-181-0/+20
* | | | | | | config: rename global config functionKristoffer Haugsbakk2024-01-181-2/+2
* | | | | | | config: format newlinesKristoffer Haugsbakk2024-01-181-2/+0
* | | | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-3/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-3/+0
* | | | | | config: use git_config_string() for core.checkRoundTripEncodingJeff King2023-12-091-6/+2
* | | | | | config: reject bogus values for core.checkstatJeff King2023-12-091-0/+3
* | | | | | config: handle NULL value when parsing non-boolsJeff King2023-12-091-0/+8
|/ / / / /
* | | | | Merge branch 'jc/attr-tree-config'Junio C Hamano2023-10-291-0/+16
|\ \ \ \ \
| * | | | | attr: add attr.tree for setting the treeish to read attributes fromJohn Cai2023-10-131-0/+16
| |/ / / /
* | | | | Merge branch 'cw/prelim-cleanup'Junio C Hamano2023-10-101-172/+1
|\ \ \ \ \
| * | | | | parse: separate out parsing functions from config.hCalvin Wan2023-09-301-179/+1
| * | | | | config: correct bad boolean env value error messageCalvin Wan2023-09-301-1/+8
| |/ / / /
* / / / / add core.maxTreeDepth configJeff King2023-09-011-0/+5
|/ / / /
* | | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-2/+0
|\ \ \ \
| * | | | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| * | | | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-326/+220
|\ \ \ \ \
| * | | | | config: pass source to config_parser_event_fn_tGlen Choo2023-06-281-64/+13
| * | | | | config: add kvi.path, use it to evaluate includesGlen Choo2023-06-281-21/+19
| * | | | | config.c: remove config_reader from configsetsGlen Choo2023-06-281-34/+11
| * | | | | config: pass kvi to die_bad_number()Glen Choo2023-06-281-95/+61
| * | | | | trace2: plumb config kviGlen Choo2023-06-281-46/+0
| * | | | | config.c: pass ctx with CLI configGlen Choo2023-06-281-39/+41
| * | | | | config: pass ctx with config filesGlen Choo2023-06-281-35/+70
| * | | | | config.c: pass ctx in configsetsGlen Choo2023-06-281-19/+16
| * | | | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-14/+24
* | | | | | Merge branch 'gc/config-partial-submodule-kvi-fix'Junio C Hamano2023-07-061-6/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | config: don't BUG when both kvi and source are setGlen Choo2023-06-261-6/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| * | | | git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren2023-06-211-0/+1
| * | | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
| * | | | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* | | | | Merge branch 'rj/leakfixes'Junio C Hamano2023-06-231-0/+2
|\ \ \ \ \
| * | | | | config: fix a leak in git_config_copy_or_rename_section_in_fileRubén Justo2023-06-171-0/+1
| * | | | | config: fix a leak in git_config_copy_or_rename_section_in_fileRubén Justo2023-06-131-0/+1
| | |/ / / | |/| | |