summaryrefslogtreecommitdiffstats
path: root/environment.c
AgeCommit message (Expand)AuthorLines
2026-01-09init: do parse _all_ core.* settings earlyJohannes Schindelin-2/+2
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano-3/+12
2025-08-26config: warn on core.commentString=autoPhillip Wood-0/+1
2025-08-26breaking-changes: deprecate support for core.commentString=autoPhillip Wood-2/+8
2025-08-22Merge branch 'ac/deglobal-fmt-merge-log-config'Junio C Hamano-1/+0
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano-7/+12
2025-08-11environment: remove the global variable 'merge_log_config'Ayush Chandekar-1/+0
2025-08-02environment: do not use strbuf_split*()Junio C Hamano-7/+12
2025-07-31Merge branch 'ps/config-wo-the-repository' into pw/3.0-commentchar-auto-depre...Junio C Hamano-0/+514
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt-0/+512
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar-1/+0
2025-06-10environment: remove the global variable 'core_preload_index'Ayush Chandekar-3/+0
2025-05-05Merge branch 'js/windows-arm64'Junio C Hamano-0/+10
2025-04-29Merge branch 'as/typofix-in-env-h-header'Junio C Hamano-1/+1
2025-04-23max_tree_depth: lower it for clangarm64 on WindowsJohannes Schindelin-0/+10
2025-04-18environment: fix typo: 'setup_git_directory_gently'Abhijeet Sonar-1/+1
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt-1/+0
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano-27/+0
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt-26/+0
2025-02-28environment: move access to "core.hooksPath" into repo settingsPatrick Steinhardt-1/+0
2025-01-28git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"Patrick Steinhardt-0/+1
2024-12-04config: make `packed_git_(limit|window_size)` non-global variablesKarthik Nayak-2/+0
2024-12-04config: make `delta_base_cache_limit` a non-global variableKarthik Nayak-1/+0
2024-09-12environment: stop storing "core.notesRef" globallyPatrick Steinhardt-1/+0
2024-09-12environment: stop storing "core.warnAmbiguousRefs" globallyPatrick Steinhardt-1/+0
2024-09-12environment: stop storing "core.preferSymlinkRefs" globallyPatrick Steinhardt-1/+0
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt-1/+0
2024-09-12environment: move `set_git_dir()` and related into setup layerPatrick Steinhardt-105/+0
2024-09-12environment: make `get_git_namespace()` self-containedPatrick Steinhardt-28/+29
2024-09-12environment: move object database functions into object layerPatrick Steinhardt-34/+0
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt-6/+1
2024-09-12environment: make `get_graft_file()` accept a repositoryPatrick Steinhardt-7/+0
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt-7/+0
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt-7/+0
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt-7/+0
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt-8/+2
2024-08-14config: fix leaking comment character configPatrick Steinhardt-0/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+3
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt-4/+4
2024-05-27convert: refactor code to clarify ownership of check_roundtrip_encodingPatrick Steinhardt-1/+1
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt-3/+3
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano-1/+1
2024-03-12environment: store comment_line_char as a stringJeff King-1/+1
2024-03-07Merge branch 'jc/no-lazy-fetch'Junio C Hamano-0/+3
2024-02-27git: extend --no-lazy-fetch to work across subprocessesJunio C Hamano-0/+3
2023-12-09config: use git_config_string() for core.checkRoundTripEncodingJeff King-1/+1
2023-11-02max_tree_depth: lower it for MSVC to avoid stack overflowsJohannes Schindelin-1/+14
2023-08-31lower core.maxTreeDepth default to 2048Jeff King-1/+1
2023-08-31add core.maxTreeDepth configJeff King-0/+1
2023-07-28Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano-1/+1