summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2025-05-28Sync with 2.44.4Taylor Blau
2025-05-28Sync with 2.43.7Taylor Blau
2025-05-23config: quote values containing CR characterJustin Tobler
2024-06-10__attribute__: remove redundant attribute declaration for git_die_config()Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano
2024-05-24Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano
2024-05-24Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin
2024-04-19Sync with 2.43.4Johannes Schindelin
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-19core.hooksPath: add some protection while cloningJohannes Schindelin
2024-04-15Merge branch 'jc/unleak-core-excludesfile'Junio C Hamano
2024-04-08config: do not leak excludes_fileJunio C Hamano
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano
2024-04-05Merge branch 'rs/config-comment'Junio C Hamano
2024-04-01Merge branch 'ds/config-internal-whitespace-fix'Junio C Hamano
2024-03-27config: add core.commentStringJeff King
2024-03-21config: really keep value-internal whitespace verbatimDragan Simic
2024-03-21config: minor addition of whitespaceDragan Simic
2024-03-15config: allow tweaking whitespace between value and commentJunio C Hamano
2024-03-15config: fix --comment formattingJunio C Hamano
2024-03-15config: add --comment option to add a commentRalph Seichter
2024-03-12config: allow multi-byte core.commentCharJeff King
2024-03-12environment: store comment_line_char as a stringJeff King
2024-03-12config: forbid newline as core.commentCharJeff King
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano
2024-01-18config: factor out global config file retrievalKristoffer Haugsbakk
2024-01-18config: rename global config functionKristoffer Haugsbakk
2024-01-18config: format newlinesKristoffer Haugsbakk
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-09config: use git_config_string() for core.checkRoundTripEncodingJeff King
2023-12-09config: reject bogus values for core.checkstatJeff King
2023-12-09config: handle NULL value when parsing non-boolsJeff King
2023-10-30Merge branch 'jc/attr-tree-config'Junio C Hamano
2023-10-13attr: add attr.tree for setting the treeish to read attributes fromJohn Cai
2023-10-10Merge branch 'cw/prelim-cleanup'Junio C Hamano
2023-09-29parse: separate out parsing functions from config.hCalvin Wan
2023-09-29config: correct bad boolean env value error messageCalvin Wan
2023-08-31add core.maxTreeDepth configJeff King
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-06Merge branch 'gc/config-partial-submodule-kvi-fix'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan