summaryrefslogtreecommitdiffstats
path: root/config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/maintenance-detach-fix'Junio C Hamano2024-08-261-2/+3
|\
| * config: fix constness of out parameter for `git_config_get_expiry()`Patrick Steinhardt2024-08-161-2/+2
* | Merge branch 'ps/config-wo-the-repository'Junio C Hamano2024-08-231-149/+76
|\ \
| * | config: hide functions using `the_repository` by defaultPatrick Steinhardt2024-08-131-130/+0
| * | config: don't depend on `the_repository` with branch conditionsPatrick Steinhardt2024-08-131-4/+5
| * | config: don't have setters depend on `the_repository`Patrick Steinhardt2024-08-131-8/+8
| * | config: pass repo to functions that rename or copy sectionsPatrick Steinhardt2024-08-131-14/+16
| * | config: pass repo to `git_die_config()`Patrick Steinhardt2024-08-131-6/+6
| * | config: pass repo to `git_config_get_expiry_in_days()`Patrick Steinhardt2024-08-131-2/+3
| * | config: pass repo to `git_config_get_expiry()`Patrick Steinhardt2024-08-131-2/+2
| * | config: pass repo to `git_config_get_max_percent_split_change()`Patrick Steinhardt2024-08-131-2/+2
| * | config: pass repo to `git_config_get_split_index()`Patrick Steinhardt2024-08-131-2/+2
| * | config: pass repo to `git_config_get_index_threads()`Patrick Steinhardt2024-08-131-2/+2
| * | config: expose `repo_config_clear()`Patrick Steinhardt2024-08-131-1/+1
| * | config: introduce missing setters that take repo as parameterPatrick Steinhardt2024-08-131-20/+73
| |/
* | Merge branch 'ps/leakfixes-part-4'Junio C Hamano2024-08-231-1/+2
|\ \
| * | config: fix leaking comment character configPatrick Steinhardt2024-08-141-1/+2
| |/
* | Merge branch 'tb/config-fixed-value-with-valueless-true'Junio C Hamano2024-08-141-1/+1
|\ \ | |/ |/|
| * config.c: avoid segfault with --fixed-value and valueless configTaylor Blau2024-08-011-1/+1
* | Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-0/+1
|\ \
| * | config: fix leaking "core.notesref" variablePatrick Steinhardt2024-06-111-0/+1
| * | Merge branch 'ps/leakfixes' into ps/leakfixes-moreJunio C Hamano2024-06-031-17/+38
| |\ \
* | \ \ Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+3
|\ \ \ \
| * | | | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+3
* | | | | Merge branch 'tb/pseudo-merge-reachability-bitmap'Junio C Hamano2024-06-251-0/+9
|\ \ \ \ \
| * | | | | config: introduce `git_config_double()`Taylor Blau2024-05-241-0/+9
* | | | | | Merge branch 'ps/abbrev-length-before-setup-fix'Junio C Hamano2024-06-211-2/+2
|\ \ \ \ \ \
| * | | | | | config: fix segfault when parsing "core.abbrev" without repoPatrick Steinhardt2024-06-121-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jc/varargs-attributes'Junio C Hamano2024-06-181-1/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | __attribute__: remove redundant attribute declaration for git_die_config()Junio C Hamano2024-06-101-1/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'ps/leakfixes'Junio C Hamano2024-06-061-17/+38
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | config: plug various memory leaksPatrick Steinhardt2024-05-271-9/+27
| * | | config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-3/+3
| * | | convert: refactor code to clarify ownership of check_roundtrip_encodingPatrick Steinhardt2024-05-271-2/+4
| * | | config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-5/+5
* | | | Merge branch 'jc/fix-2.45.1-and-friends-for-maint'Junio C Hamano2024-05-301-12/+1
|\ \ \ \
| * \ \ \ Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maintJunio C Hamano2024-05-251-12/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44Junio C Hamano2024-05-251-12/+1
| | |\ \ \ \
| | | * \ \ \ Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43Junio C Hamano2024-05-251-12/+1
| | | |\ \ \ \
| | | | * \ \ \ Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42Junio C Hamano2024-05-251-12/+1
| | | | |\ \ \ \
| | | | | * \ \ \ Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41Junio C Hamano2024-05-251-12/+1
| | | | | |\ \ \ \ | | | | | | | |_|/ | | | | | | |/| |
| | | | | | * | | Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40Junio C Hamano2024-05-241-12/+1
| | | | | | |\ \ \
| | | | | | | * | | Revert "core.hooksPath: add some protection while cloning"Johannes Schindelin2024-05-211-12/+1
* | | | | | | | | | Merge branch 'ps/builtin-config-cleanup'Junio C Hamano2024-05-281-2/+2
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | config: make the config source constPatrick Steinhardt2024-05-151-2/+2
* | | | | | | | | | Merge branch 'ps/refs-without-the-repository'Junio C Hamano2024-05-161-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-1/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ps/config-subcommands'Junio C Hamano2024-05-151-10/+6
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| / / / / / / / | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | config: clarify memory ownership when preparing comment stringsPatrick Steinhardt2024-05-061-10/+6
| |/ / / / / / /
* | | | | | | | Sync with 2.44.1Johannes Schindelin2024-04-291-1/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /