summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2024-08-26Merge branch 'tb/config-fixed-value-with-valueless-true' into maint-2.46Junio C Hamano
2024-08-01config.c: avoid segfault with --fixed-value and valueless configTaylor Blau
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-24Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano
2024-06-20Merge branch 'ps/abbrev-length-before-setup-fix'Junio C Hamano
2024-06-17Merge branch 'jc/varargs-attributes'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-12config: fix segfault when parsing "core.abbrev" without repoPatrick Steinhardt
2024-06-11config: fix leaking "core.notesref" variablePatrick Steinhardt
2024-06-10__attribute__: remove redundant attribute declaration for git_die_config()Junio C Hamano
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano
2024-06-03Merge branch 'ps/leakfixes' into ps/leakfixes-moreJunio C Hamano
2024-05-30Merge branch 'jc/fix-2.45.1-and-friends-for-maint'Junio C Hamano
2024-05-28Merge branch 'ps/builtin-config-cleanup'Junio C Hamano
2024-05-27config: plug various memory leaksPatrick Steinhardt
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt
2024-05-27convert: refactor code to clarify ownership of check_roundtrip_encodingPatrick Steinhardt
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt
2024-05-24Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio 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-24config: introduce `git_config_double()`Taylor Blau
2024-05-21Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano
2024-05-15Merge branch 'ps/config-subcommands'Junio C Hamano
2024-05-15config: make the config source constPatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-05-06config: clarify memory ownership when preparing comment stringsPatrick Steinhardt
2024-04-29Sync with 2.44.1Johannes 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