summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
12 daysMerge 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-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-08config: use git_config_string() for core.checkRoundTripEncodingJeff King
2023-12-08config: reject bogus values for core.checkstatJeff King
2023-12-08config: handle NULL value when parsing non-boolsJeff King
2023-10-29Merge 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
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-28config: pass source to config_parser_event_fn_tGlen Choo
2023-06-28config: add kvi.path, use it to evaluate includesGlen Choo
2023-06-28config.c: remove config_reader from configsetsGlen Choo
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28trace2: plumb config kviGlen Choo
2023-06-28config.c: pass ctx with CLI configGlen Choo
2023-06-28config: pass ctx with config filesGlen Choo
2023-06-28config.c: pass ctx in configsetsGlen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-26config: don't BUG when both kvi and source are setGlen Choo
2023-06-23Merge branch 'rj/leakfixes'Junio C Hamano
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21git-compat-util.h: remove unneccessary include of wildmatch.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren