index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
environment.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-05
Merge branch 'ob/core-attributesfile-in-repository'
Junio C Hamano
-10
/
+18
2026-02-26
environment: move "branch.autoSetupMerge" into `struct repo_config_values`
Olamide Caleb Bello
-5
/
+7
2026-02-26
environment: stop using core.sparseCheckout globally
Olamide Caleb Bello
-2
/
+2
2026-02-20
mailmap: drop global config variables
Burak Kaan Karaçay
-19
/
+0
2026-02-17
Merge branch 'pc/lockfile-pid'
Junio C Hamano
-0
/
+6
2026-02-17
environment: stop storing `core.attributesFile` globally
Olamide Caleb Bello
-3
/
+9
2026-01-22
lockfile: add PID file for debugging stale locks
Paulo Casaretto
-0
/
+6
2026-01-21
Merge branch 'rs/tree-wo-the-repository'
Junio C Hamano
-29
/
+0
2026-01-09
environment: move access to core.maxTreeDepth into repo settings
René Scharfe
-29
/
+0
2026-01-09
init: do parse _all_ core.* settings early
Johannes Schindelin
-2
/
+2
2025-09-18
Merge branch 'pw/3.0-commentchar-auto-deprecation'
Junio C Hamano
-3
/
+12
2025-08-26
config: warn on core.commentString=auto
Phillip Wood
-0
/
+1
2025-08-26
breaking-changes: deprecate support for core.commentString=auto
Phillip Wood
-2
/
+8
2025-08-22
Merge branch 'ac/deglobal-fmt-merge-log-config'
Junio C Hamano
-1
/
+0
2025-08-21
Merge branch 'jc/strbuf-split'
Junio C Hamano
-7
/
+12
2025-08-11
environment: remove the global variable 'merge_log_config'
Ayush Chandekar
-1
/
+0
2025-08-02
environment: do not use strbuf_split*()
Junio C Hamano
-7
/
+12
2025-07-31
Merge branch 'ps/config-wo-the-repository' into pw/3.0-commentchar-auto-depre...
Junio C Hamano
-0
/
+514
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
-0
/
+512
2025-07-07
repository: move 'repository_format_precious_objects' to repo scope
Ayush Chandekar
-1
/
+0
2025-06-10
environment: remove the global variable 'core_preload_index'
Ayush Chandekar
-3
/
+0
2025-05-05
Merge branch 'js/windows-arm64'
Junio C Hamano
-0
/
+10
2025-04-29
Merge branch 'as/typofix-in-env-h-header'
Junio C Hamano
-1
/
+1
2025-04-23
max_tree_depth: lower it for clangarm64 on Windows
Johannes Schindelin
-0
/
+10
2025-04-18
environment: fix typo: 'setup_git_directory_gently'
Abhijeet Sonar
-1
/
+1
2025-03-10
environment: move access to "core.bigFileThreshold" into repo settings
Patrick Steinhardt
-1
/
+0
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
-27
/
+0
2025-02-28
environment: move access to "core.sharedRepository" into repo settings
Patrick Steinhardt
-26
/
+0
2025-02-28
environment: move access to "core.hooksPath" into repo settings
Patrick Steinhardt
-1
/
+0
2025-01-28
git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"
Patrick Steinhardt
-0
/
+1
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
-2
/
+0
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
-1
/
+0
2024-09-12
environment: stop storing "core.notesRef" globally
Patrick Steinhardt
-1
/
+0
2024-09-12
environment: stop storing "core.warnAmbiguousRefs" globally
Patrick Steinhardt
-1
/
+0
2024-09-12
environment: stop storing "core.preferSymlinkRefs" globally
Patrick Steinhardt
-1
/
+0
2024-09-12
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt
-1
/
+0
2024-09-12
environment: move `set_git_dir()` and related into setup layer
Patrick Steinhardt
-105
/
+0
2024-09-12
environment: make `get_git_namespace()` self-contained
Patrick Steinhardt
-28
/
+29
2024-09-12
environment: move object database functions into object layer
Patrick Steinhardt
-34
/
+0
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
-6
/
+1
2024-09-12
environment: make `get_graft_file()` accept a repository
Patrick Steinhardt
-7
/
+0
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
-7
/
+0
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
-7
/
+0
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
-7
/
+0
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
-8
/
+2
2024-08-14
config: fix leaking comment character config
Patrick Steinhardt
-0
/
+1
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+3
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
-4
/
+4
2024-05-27
convert: refactor code to clarify ownership of check_roundtrip_encoding
Patrick Steinhardt
-1
/
+1
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
-3
/
+3
[next]