summaryrefslogtreecommitdiff
path: root/environment.h
AgeCommit message (Expand)AuthorFilesLines
2026-07-30Merge branch 'ty/migrate-excludes-file'Junio C Hamano1-30/+47
2026-07-30Merge branch 'ty/migrate-trust-executable-bit'Junio C Hamano1-2/+6
2026-07-20environment: move has_symlinks into repo_config_valuesTian Yuchen1-1/+3
2026-07-20environment: move trust_executable_bit into repo_config_valuesTian Yuchen1-1/+3
2026-07-19Merge branch 'ty/migrate-ignorecase'Junio C Hamano1-1/+8
2026-07-14environment: move object_creation_mode into repo_config_valuesTian Yuchen1-6/+6
2026-07-14environment: move autorebase into repo_config_valuesTian Yuchen1-8/+8
2026-07-14environment: move push_default into repo_config_valuesTian Yuchen1-10/+16
2026-07-14environment: migrate apply_default_whitespace and apply_default_ignorewhitespaceTian Yuchen1-2/+2
2026-07-14environment: move askpass_program into repo_config_valuesTian Yuchen1-2/+1
2026-07-14environment: move pager_program into repo_config_valuesTian Yuchen1-0/+1
2026-07-14environment: move editor_program into repo_config_valuesTian Yuchen1-1/+1
2026-07-14environment: move excludes_file into repo_config_valuesTian Yuchen1-1/+3
2026-07-14repository: introduce repo_config_values_clear()Tian Yuchen1-0/+9
2026-07-06Merge branch 'ty/move-protect-hfs-ntfs'Junio C Hamano1-3/+10
2026-07-06Merge branch 'ps/setup-drop-global-state'Junio C Hamano1-4/+2
2026-06-20environment: use 'repo->initialized' for repo_protect_hfs() and repo_protect_...Tian Yuchen1-2/+2
2026-06-19config: use repo_ignore_case() to access core.ignorecaseTian Yuchen1-1/+0
2026-06-19environment: move ignore_case into repo_config_valuesTian Yuchen1-0/+8
2026-06-15Merge branch 'ob/more-repo-config-values'Junio C Hamano1-9/+10
2026-06-12environment: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values'Tian Yuchen1-2/+10
2026-06-11environment: stop using `the_repository` in `is_bare_repository()`Patrick Steinhardt1-2/+2
2026-06-11environment: split up concerns of `is_bare_repository_cfg`Patrick Steinhardt1-1/+0
2026-06-11builtin/init: stop modifying global `git_work_tree_cfg` variablePatrick Steinhardt1-1/+0
2026-06-05setup: drop `setup_git_env()`Patrick Steinhardt1-7/+1
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/+3
2026-06-03environment: move "core_sparse_checkout_cone" into `struct repo_config_values`Olamide Caleb Bello1-1/+1
2026-06-03environment: move "precomposed_unicode" into `struct repo_config_values`Olamide Caleb Bello1-1/+1
2026-06-03environment: move "pack_compression_level" into `struct repo_config_values`Olamide Caleb Bello1-1/+1
2026-06-03environment: move `zlib_compression_level` into `struct repo_config_values`Olamide Caleb Bello1-1/+1
2026-06-03environment: move "check_stat" into `struct repo_config_values`Olamide Caleb Bello1-1/+1
2026-06-03environment: move "trust_ctime" into `struct repo_config_values`Olamide Caleb Bello1-1/+1
2026-05-19setup: stop using `the_repository` in `setup_git_env()`Patrick Steinhardt1-2/+0
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano1-2/+15
2026-02-26environment: move "branch.autoSetupMerge" into `struct repo_config_values`Olamide Caleb Bello1-0/+4
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello1-1/+1
2026-02-25refs: add GIT_REFERENCE_BACKEND to specify reference backendKarthik Nayak1-0/+1
2026-02-17environment: stop storing `core.attributesFile` globallyOlamide Caleb Bello1-1/+10
2026-01-21Merge branch 'rs/tree-wo-the-repository'Junio C Hamano1-1/+0
2026-01-09environment: move access to core.maxTreeDepth into repo settingsRené Scharfe1-1/+0
2026-01-09init: do parse _all_ core.* settings earlyJohannes Schindelin1-0/+2
2025-08-26config: warn on core.commentString=autoPhillip Wood1-0/+1
2025-08-26breaking-changes: deprecate support for core.commentString=autoPhillip Wood1-0/+2
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+3
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar1-2/+0
2025-06-10environment: remove the global variable 'core_preload_index'Ayush Chandekar1-1/+0
2025-04-17Merge branch 'ab/environment-clean-header'Junio C Hamano1-2/+0
2025-04-09environment.h: remove unused variablesArnav Bhate1-2/+0
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt1-1/+0