index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
environment.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-30
Merge branch 'ty/migrate-excludes-file'
Junio C Hamano
1
-30
/
+47
2026-07-30
Merge branch 'ty/migrate-trust-executable-bit'
Junio C Hamano
1
-2
/
+6
2026-07-20
environment: move has_symlinks into repo_config_values
Tian Yuchen
1
-1
/
+3
2026-07-20
environment: move trust_executable_bit into repo_config_values
Tian Yuchen
1
-1
/
+3
2026-07-19
Merge branch 'ty/migrate-ignorecase'
Junio C Hamano
1
-1
/
+8
2026-07-14
environment: move object_creation_mode into repo_config_values
Tian Yuchen
1
-6
/
+6
2026-07-14
environment: move autorebase into repo_config_values
Tian Yuchen
1
-8
/
+8
2026-07-14
environment: move push_default into repo_config_values
Tian Yuchen
1
-10
/
+16
2026-07-14
environment: migrate apply_default_whitespace and apply_default_ignorewhitespace
Tian Yuchen
1
-2
/
+2
2026-07-14
environment: move askpass_program into repo_config_values
Tian Yuchen
1
-2
/
+1
2026-07-14
environment: move pager_program into repo_config_values
Tian Yuchen
1
-0
/
+1
2026-07-14
environment: move editor_program into repo_config_values
Tian Yuchen
1
-1
/
+1
2026-07-14
environment: move excludes_file into repo_config_values
Tian Yuchen
1
-1
/
+3
2026-07-14
repository: introduce repo_config_values_clear()
Tian Yuchen
1
-0
/
+9
2026-07-06
Merge branch 'ty/move-protect-hfs-ntfs'
Junio C Hamano
1
-3
/
+10
2026-07-06
Merge branch 'ps/setup-drop-global-state'
Junio C Hamano
1
-4
/
+2
2026-06-20
environment: use 'repo->initialized' for repo_protect_hfs() and repo_protect_...
Tian Yuchen
1
-2
/
+2
2026-06-19
config: use repo_ignore_case() to access core.ignorecase
Tian Yuchen
1
-1
/
+0
2026-06-19
environment: move ignore_case into repo_config_values
Tian Yuchen
1
-0
/
+8
2026-06-15
Merge branch 'ob/more-repo-config-values'
Junio C Hamano
1
-9
/
+10
2026-06-12
environment: move 'protect_hfs' and 'protect_ntfs' into 'repo_config_values'
Tian Yuchen
1
-2
/
+10
2026-06-11
environment: stop using `the_repository` in `is_bare_repository()`
Patrick Steinhardt
1
-2
/
+2
2026-06-11
environment: split up concerns of `is_bare_repository_cfg`
Patrick Steinhardt
1
-1
/
+0
2026-06-11
builtin/init: stop modifying global `git_work_tree_cfg` variable
Patrick Steinhardt
1
-1
/
+0
2026-06-05
setup: drop `setup_git_env()`
Patrick Steinhardt
1
-7
/
+1
2026-06-03
environment: move "warn_on_object_refname_ambiguity" into `struct repo_config...
Olamide Caleb Bello
1
-1
/
+1
2026-06-03
environment: move "sparse_expect_files_outside_of_patterns" into `struct repo...
Olamide Caleb Bello
1
-2
/
+3
2026-06-03
environment: move "core_sparse_checkout_cone" into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+1
2026-06-03
environment: move "precomposed_unicode" into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+1
2026-06-03
environment: move "pack_compression_level" into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+1
2026-06-03
environment: move `zlib_compression_level` into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+1
2026-06-03
environment: move "check_stat" into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+1
2026-06-03
environment: move "trust_ctime" into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+1
2026-05-19
setup: stop using `the_repository` in `setup_git_env()`
Patrick Steinhardt
1
-2
/
+0
2026-03-05
Merge branch 'ob/core-attributesfile-in-repository'
Junio C Hamano
1
-2
/
+15
2026-02-26
environment: move "branch.autoSetupMerge" into `struct repo_config_values`
Olamide Caleb Bello
1
-0
/
+4
2026-02-26
environment: stop using core.sparseCheckout globally
Olamide Caleb Bello
1
-1
/
+1
2026-02-25
refs: add GIT_REFERENCE_BACKEND to specify reference backend
Karthik Nayak
1
-0
/
+1
2026-02-17
environment: stop storing `core.attributesFile` globally
Olamide Caleb Bello
1
-1
/
+10
2026-01-21
Merge branch 'rs/tree-wo-the-repository'
Junio C Hamano
1
-1
/
+0
2026-01-09
environment: move access to core.maxTreeDepth into repo settings
René Scharfe
1
-1
/
+0
2026-01-09
init: do parse _all_ core.* settings early
Johannes Schindelin
1
-0
/
+2
2025-08-26
config: warn on core.commentString=auto
Phillip Wood
1
-0
/
+1
2025-08-26
breaking-changes: deprecate support for core.commentString=auto
Phillip Wood
1
-0
/
+2
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+3
2025-07-07
repository: move 'repository_format_precious_objects' to repo scope
Ayush Chandekar
1
-2
/
+0
2025-06-10
environment: remove the global variable 'core_preload_index'
Ayush Chandekar
1
-1
/
+0
2025-04-17
Merge branch 'ab/environment-clean-header'
Junio C Hamano
1
-2
/
+0
2025-04-09
environment.h: remove unused variables
Arnav Bhate
1
-2
/
+0
2025-03-10
environment: move access to "core.bigFileThreshold" into repo settings
Patrick Steinhardt
1
-1
/
+0
[next]