environment: stop storing "core.preferSymlinkRefs" globally
Patrick Steinhardt committed almost 2 years ago
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt committed almost 2 years ago
refs: stop modifying global `log_all_ref_updates` variable
Patrick Steinhardt committed almost 2 years ago
branch: stop modifying `log_all_ref_updates` variable
Patrick Steinhardt committed almost 2 years ago
repo-settings: track defaults close to `struct repo_settings`
Patrick Steinhardt committed almost 2 years ago
repo-settings: split out declarations into a standalone header
Patrick Steinhardt committed almost 2 years ago
environment: guard state depending on a repository
Patrick Steinhardt committed almost 2 years ago
environment: reorder header to split out `the_repository`-free section
Patrick Steinhardt committed almost 2 years ago
environment: move `set_git_dir()` and related into setup layer
Patrick Steinhardt committed almost 2 years ago
environment: make `get_git_namespace()` self-contained
Patrick Steinhardt committed almost 2 years ago
environment: move object database functions into object layer
Patrick Steinhardt committed almost 2 years ago
config: make dependency on repo in `read_early_config()` explicit
Patrick Steinhardt committed almost 2 years ago
config: document `read_early_config()` and `read_very_early_config()`
Patrick Steinhardt committed almost 2 years ago
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt committed almost 2 years ago
environment: make `get_graft_file()` accept a repository
Patrick Steinhardt committed almost 2 years ago
environment: make `get_index_file()` accept a repository
Patrick Steinhardt committed almost 2 years ago
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt committed almost 2 years ago
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt committed almost 2 years ago
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt committed almost 2 years ago
t0211: add missing LIBCURL prereq
Martin Ågren committed almost 2 years ago