summaryrefslogtreecommitdiffstats
path: root/environment.h
AgeCommit message (Expand)AuthorLines
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano-2/+15
2026-02-26environment: move "branch.autoSetupMerge" into `struct repo_config_values`Olamide Caleb Bello-0/+4
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello-1/+1
2026-02-25refs: add GIT_REFERENCE_BACKEND to specify reference backendKarthik Nayak-0/+1
2026-02-17environment: stop storing `core.attributesFile` globallyOlamide Caleb Bello-1/+10
2026-01-21Merge branch 'rs/tree-wo-the-repository'Junio C Hamano-1/+0
2026-01-09environment: move access to core.maxTreeDepth into repo settingsRené Scharfe-1/+0
2026-01-09init: do parse _all_ core.* settings earlyJohannes Schindelin-0/+2
2025-08-26config: warn on core.commentString=autoPhillip Wood-0/+1
2025-08-26breaking-changes: deprecate support for core.commentString=autoPhillip Wood-0/+2
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt-0/+3
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar-2/+0
2025-06-10environment: remove the global variable 'core_preload_index'Ayush Chandekar-1/+0
2025-04-17Merge branch 'ab/environment-clean-header'Junio C Hamano-2/+0
2025-04-09environment.h: remove unused variablesArnav Bhate-2/+0
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt-1/+0
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt-10/+0
2025-02-28environment: move access to "core.hooksPath" into repo settingsPatrick Steinhardt-1/+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-2/+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-2/+0
2024-09-12refs: stop modifying global `log_all_ref_updates` variablePatrick Steinhardt-6/+2
2024-09-12environment: guard state depending on a repositoryPatrick Steinhardt-1/+24
2024-09-12environment: reorder header to split out `the_repository`-free sectionPatrick Steinhardt-41/+40
2024-09-12environment: move `set_git_dir()` and related into setup layerPatrick Steinhardt-2/+0
2024-09-12environment: move object database functions into object layerPatrick Steinhardt-15/+0
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt-1/+0
2024-09-12environment: make `get_graft_file()` accept a repositoryPatrick Steinhardt-2/+0
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt-1/+0
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt-1/+0
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt-1/+0
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt-1/+0
2024-08-14config: fix leaking comment character configPatrick Steinhardt-0/+1
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt-4/+4
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt-3/+3
2024-05-03advice: add --no-advice global optionJames Liu-0/+7
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano-1/+1
2024-03-12environment: drop comment_line_char compatibility macroJeff King-1/+0
2024-03-12environment: store comment_line_char as a stringJeff King-1/+2
2024-02-27git: extend --no-lazy-fetch to work across subprocessesJunio C Hamano-0/+1
2023-08-31add core.maxTreeDepth configJeff King-0/+1
2023-07-28Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano-1/+1
2023-07-21pack-objects: fix --no-keep-true-parentsRené Scharfe-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren-2/+1
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye-1/+0
2023-05-06attr: teach "--attr-source=<tree>" global option to "git"John Cai-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+213
2023-03-21environment: move comment_line_char from cache.hElijah Newren-0/+7