summaryrefslogtreecommitdiff
path: root/environment.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-03environment: move "warn_on_object_refname_ambiguity" into `struct repo_config...Olamide Caleb Bello1-1/+1
2026-06-03environment: move "sparse_expect_files_outside_of_patterns" into `struct repo...Olamide Caleb Bello1-2/+4
2026-06-03environment: move "core_sparse_checkout_cone" into `struct repo_config_values`Olamide Caleb Bello1-2/+2
2026-06-03environment: move "precomposed_unicode" into `struct repo_config_values`Olamide Caleb Bello1-2/+2
2026-06-03environment: move "pack_compression_level" into `struct repo_config_values`Olamide Caleb Bello1-3/+5
2026-06-03environment: move `zlib_compression_level` into `struct repo_config_values`Olamide Caleb Bello1-3/+3
2026-06-03environment: move "check_stat" into `struct repo_config_values`Olamide Caleb Bello1-3/+3
2026-06-03environment: move "trust_ctime" into `struct repo_config_values`Olamide Caleb Bello1-2/+2
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano1-10/+18
2026-02-26environment: move "branch.autoSetupMerge" into `struct repo_config_values`Olamide Caleb Bello1-5/+7
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello1-2/+2
2026-02-20mailmap: drop global config variablesBurak Kaan Karaçay1-19/+0
2026-02-17Merge branch 'pc/lockfile-pid'Junio C Hamano1-0/+6
2026-02-17environment: stop storing `core.attributesFile` globallyOlamide Caleb Bello1-3/+9
2026-01-22lockfile: add PID file for debugging stale locksPaulo Casaretto1-0/+6
2026-01-21Merge branch 'rs/tree-wo-the-repository'Junio C Hamano1-29/+0
2026-01-09environment: move access to core.maxTreeDepth into repo settingsRené Scharfe1-29/+0
2026-01-09init: do parse _all_ core.* settings earlyJohannes Schindelin1-2/+2
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano1-3/+12
2025-08-26config: warn on core.commentString=autoPhillip Wood1-0/+1
2025-08-26breaking-changes: deprecate support for core.commentString=autoPhillip Wood1-2/+8
2025-08-22Merge branch 'ac/deglobal-fmt-merge-log-config'Junio C Hamano1-1/+0
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano1-7/+12
2025-08-11environment: remove the global variable 'merge_log_config'Ayush Chandekar1-1/+0
2025-08-02environment: do not use strbuf_split*()Junio C Hamano1-7/+12
2025-07-31Merge branch 'ps/config-wo-the-repository' into pw/3.0-commentchar-auto-depre...Junio C Hamano1-0/+514
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+512
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar1-1/+0
2025-06-10environment: remove the global variable 'core_preload_index'Ayush Chandekar1-3/+0
2025-05-05Merge branch 'js/windows-arm64'Junio C Hamano1-0/+10
2025-04-29Merge branch 'as/typofix-in-env-h-header'Junio C Hamano1-1/+1
2025-04-23max_tree_depth: lower it for clangarm64 on WindowsJohannes Schindelin1-0/+10
2025-04-18environment: fix typo: 'setup_git_directory_gently'Abhijeet Sonar1-1/+1
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt1-1/+0
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano1-27/+0
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt1-26/+0
2025-02-28environment: move access to "core.hooksPath" into repo settingsPatrick Steinhardt1-1/+0
2025-01-28git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"Patrick Steinhardt1-0/+1
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak1-2/+0
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak1-1/+0
2024-09-12environment: stop storing "core.notesRef" globallyPatrick Steinhardt1-1/+0
2024-09-12environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt1-1/+0
2024-09-12environment: stop storing "core.preferSymlinkRefs" globallyPatrick Steinhardt1-1/+0
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt1-1/+0
2024-09-12environment: move `set_git_dir()` and related into setup layerPatrick Steinhardt1-105/+0
2024-09-12environment: make `get_git_namespace()` self-containedPatrick Steinhardt1-28/+29
2024-09-12environment: move object database functions into object layerPatrick Steinhardt1-34/+0
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt1-6/+1
2024-09-12environment: make `get_graft_file()` accept a repositoryPatrick Steinhardt1-7/+0
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt1-7/+0