aboutsummaryrefslogtreecommitdiffstats
path: root/config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-0/+1
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+3
2024-06-24Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano1-0/+9
2024-06-20Merge branch 'ps/abbrev-length-before-setup-fix'Junio C Hamano1-2/+2
2024-06-17Merge branch 'jc/varargs-attributes'Junio C Hamano1-1/+0
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+3
2024-06-12config: fix segfault when parsing "core.abbrev" without repoPatrick Steinhardt1-2/+2
2024-06-11config: fix leaking "core.notesref" variablePatrick Steinhardt1-0/+1
2024-06-10__attribute__: remove redundant attribute declaration for git_die_config()Junio C Hamano1-1/+0
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano1-17/+38
2024-06-03Merge branch 'ps/leakfixes' into ps/leakfixes-moreJunio C Hamano1-17/+38
2024-05-30Merge branch 'jc/fix-2.45.1-and-friends-for-maint'Junio C Hamano1-12/+1
2024-05-28Merge branch 'ps/builtin-config-cleanup'Junio C Hamano1-2/+2
2024-05-27config: plug various memory leaksPatrick Steinhardt1-9/+27
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt1-3/+3
2024-05-27convert: refactor code to clarify ownership of check_roundtrip_encodingPatrick Steinhardt1-2/+4
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt1-5/+5
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-24config: introduce `git_config_double()`Taylor Blau1-0/+9
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin1-12/+1
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano1-1/+2
2024-05-15Merge branch 'ps/config-subcommands'Junio C Hamano1-10/+6
2024-05-15config: make the config source constPatrick Steinhardt1-2/+2
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-1/+2
2024-05-06config: clarify memory ownership when preparing comment stringsPatrick Steinhardt1-10/+6
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