index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
environment.c
Age
Commit message (
Expand
)
Author
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
2025-07-07
repository: move 'repository_format_precious_objects' to repo scope
Ayush Chandekar
2025-06-10
environment: remove the global variable 'core_preload_index'
Ayush Chandekar
2025-05-05
Merge branch 'js/windows-arm64'
Junio C Hamano
2025-04-29
Merge branch 'as/typofix-in-env-h-header'
Junio C Hamano
2025-04-23
max_tree_depth: lower it for clangarm64 on Windows
Johannes Schindelin
2025-04-18
environment: fix typo: 'setup_git_directory_gently'
Abhijeet Sonar
2025-03-10
environment: move access to "core.bigFileThreshold" into repo settings
Patrick Steinhardt
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
2025-02-28
environment: move access to "core.sharedRepository" into repo settings
Patrick Steinhardt
2025-02-28
environment: move access to "core.hooksPath" into repo settings
Patrick Steinhardt
2025-01-28
git-compat-util: move include of "compat/zlib.h" into "git-zlib.h"
Patrick Steinhardt
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
2024-09-12
environment: stop storing "core.notesRef" globally
Patrick Steinhardt
2024-09-12
environment: stop storing "core.warnAmbiguousRefs" globally
Patrick Steinhardt
2024-09-12
environment: stop storing "core.preferSymlinkRefs" globally
Patrick Steinhardt
2024-09-12
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt
2024-09-12
environment: move `set_git_dir()` and related into setup layer
Patrick Steinhardt
2024-09-12
environment: make `get_git_namespace()` self-contained
Patrick Steinhardt
2024-09-12
environment: move object database functions into object layer
Patrick Steinhardt
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
2024-09-12
environment: make `get_graft_file()` accept a repository
Patrick Steinhardt
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
2024-08-14
config: fix leaking comment character config
Patrick Steinhardt
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
2024-05-27
convert: refactor code to clarify ownership of check_roundtrip_encoding
Patrick Steinhardt
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
2024-03-12
environment: store comment_line_char as a string
Jeff King
2024-03-07
Merge branch 'jc/no-lazy-fetch'
Junio C Hamano
2024-02-27
git: extend --no-lazy-fetch to work across subprocesses
Junio C Hamano
2023-12-09
config: use git_config_string() for core.checkRoundTripEncoding
Jeff King
2023-11-02
max_tree_depth: lower it for MSVC to avoid stack overflows
Johannes Schindelin
2023-08-31
lower core.maxTreeDepth default to 2048
Jeff King
2023-08-31
add core.maxTreeDepth config
Jeff King
2023-07-28
Merge branch 'rs/pack-objects-parseopt-fix'
Junio C Hamano
2023-07-21
pack-objects: fix --no-keep-true-parents
René Scharfe
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-22
Merge branch 'ds/disable-replace-refs'
Junio C Hamano
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-12
repository: create read_replace_refs setting
Derrick Stolee
2023-06-12
repository: create disable_replace_refs()
Derrick Stolee
[next]