summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-24Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano1-12/+1
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano1-12/+1
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano1-12/+1
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano1-12/+1
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano1-12/+1
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano1-12/+1
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin1-12/+1
2024-04-29Sync with 2.44.1Johannes Schindelin1-1/+12
2024-04-19Sync with 2.43.4Johannes Schindelin1-1/+12
2024-04-19Sync with 2.42.2Johannes Schindelin1-1/+12
2024-04-19Sync with 2.41.1Johannes Schindelin1-1/+12
2024-04-19Sync with 2.40.2Johannes Schindelin1-1/+12
2024-04-19Sync with 2.39.4Johannes Schindelin1-1/+12
2024-04-19core.hooksPath: add some protection while cloningJohannes Schindelin1-1/+12
2024-04-15Merge branch 'jc/unleak-core-excludesfile'Junio C Hamano1-1/+3
2024-04-08config: do not leak excludes_fileJunio C Hamano1-1/+3
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-4/+7
2024-04-05Merge branch 'rs/config-comment'Junio C Hamano1-8/+72
2024-04-01Merge branch 'ds/config-internal-whitespace-fix'Junio C Hamano1-5/+10
2024-03-27config: add core.commentStringJeff King1-3/+4
2024-03-21config: really keep value-internal whitespace verbatimDragan Simic1-4/+9
2024-03-21config: minor addition of whitespaceDragan Simic1-1/+1
2024-03-15config: allow tweaking whitespace between value and commentJunio C Hamano1-11/+58
2024-03-15config: fix --comment formattingJunio C Hamano1-6/+14
2024-03-15config: add --comment option to add a commentRalph Seichter1-8/+17
2024-03-12config: allow multi-byte core.commentCharJeff King1-5/+5
2024-03-12environment: store comment_line_char as a stringJeff King1-1/+1
2024-03-12config: forbid newline as core.commentCharJeff King1-0/+2
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano1-3/+0
2024-01-18config: factor out global config file retrievalKristoffer Haugsbakk1-0/+20
2024-01-18config: rename global config functionKristoffer Haugsbakk1-2/+2
2024-01-18config: format newlinesKristoffer Haugsbakk1-2/+0
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-3/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-3/+0
2023-12-09config: use git_config_string() for core.checkRoundTripEncodingJeff King1-6/+2
2023-12-09config: reject bogus values for core.checkstatJeff King1-0/+3
2023-12-09config: handle NULL value when parsing non-boolsJeff King1-0/+8
2023-10-30Merge branch 'jc/attr-tree-config'Junio C Hamano1-0/+16
2023-10-13attr: add attr.tree for setting the treeish to read attributes fromJohn Cai1-0/+16
2023-10-10Merge branch 'cw/prelim-cleanup'Junio C Hamano1-172/+1
2023-09-29parse: separate out parsing functions from config.hCalvin Wan1-179/+1
2023-09-29config: correct bad boolean env value error messageCalvin Wan1-1/+8
2023-08-31add core.maxTreeDepth configJeff King1-0/+5
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-2/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-326/+220
2023-07-06Merge branch 'gc/config-partial-submodule-kvi-fix'Junio C Hamano1-6/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+4
2023-06-28config: pass source to config_parser_event_fn_tGlen Choo1-64/+13