319 Commits (d02cc45c7a2c0232896cddd0b0b320c06c03a38c)

Author SHA1 Message Date
Derrick Stolee 11f9e8de3d cache: use const char * for get_object_directory() 3 years ago
Jeff Hostetler 1e0ea5c431 fsmonitor: config settings are repository-specific 3 years ago
Neeraj Singh 844a8ad4f8 core.fsync: add configuration parsing 3 years ago
Neeraj Singh 020406eaa5 core.fsync: introduce granular fsync control infrastructure 3 years ago
Neeraj Singh abf38abec2 core.fsyncmethod: add writeout-only mode 3 years ago
Elijah Newren ecc7c8841d repo_read_index: add config to expect files outside sparse patterns 3 years ago
Neeraj Singh ecd81dfc79 tmp-objdir: disable ref updates when replacing the primary odb 3 years ago
Neeraj Singh b3cecf49ea tmp-objdir: new API for creating temporary writable databases 3 years ago
Eric Wong 412e4caee3 tests: disable fsync everywhere 3 years ago
Jeff King 5d1f5b8cd4 repack, prune: drop GIT_REF_PARANOIA settings 3 years ago
Ævar Arnfjörð Bjarmason c6b4888b3f environment.c: remove test-specific "ignore_untracked..." variable 3 years ago
Ævar Arnfjörð Bjarmason 3540c71ea5 wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c 3 years ago
René Scharfe 8f0f110156 compression: drop write-only core_compression_* variables 3 years ago
Andrzej Hunt 14c3dd817d environment: move strbuf into block to plug leak 4 years ago
Patrick Steinhardt d8d77153ea config: allow specifying config entries via envvar pairs 4 years ago
Patrick Steinhardt b9d147fb15 environment: make `getenv_safe()` a public function 4 years ago
Jeff King 9a53219f69 config: drop git_config_get_string_const() 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 5 years ago
Alexandr Miloslavskiy 3d7747e318 real_path: remove unsafe API 5 years ago
Alexandr Miloslavskiy 0915a5b4cd set_git_dir: fix crash when used with real_path() 5 years ago
Johannes Schindelin 9102f958ee protect_ntfs: turn on NTFS protection by default 5 years ago
Derrick Stolee 879321eb0b sparse-checkout: add 'cone' mode 5 years ago
Christian Couder 4ca9474efa Move core_partial_clone_filter_default to promisor-remote.c 6 years ago
Christian Couder 60b7a92d84 Move repository_format_partial_clone to promisor-remote.c 6 years ago
Jeff King 8aac69038f get_super_prefix(): copy getenv() result 6 years ago
Jeff King f0eaf63819 sha1-file: use an object_directory for the main object dir 6 years ago
Johannes Schindelin bdfbb0ea93 config: move Windows-specific config settings into compat/mingw.c 6 years ago
Nguyễn Thái Ngọc Duy 58b284a2e9 worktree: add per-worktree config files 6 years ago
Elijah Newren e730b81df6 Move definition of enum branch_track from cache.h to branch.h 7 years ago
Nguyễn Thái Ngọc Duy cbb46ca78c environment.c: mark more strings for translation 7 years ago
Jeff King 6ebd1cafe2 check_replace_refs: rename to read_replace_refs 7 years ago
Jonathan Tan dade47c06c commit-graph: add repo arg to graph readers 7 years ago
Stefan Beller 0437a2e365 cache: convert get_graft_file to handle arbitrary repositories 7 years ago
Stefan Beller 6a2df51c84 shallow: add repository argument to set_alternate_shallow_file 7 years ago
Lars Schneider e92d622536 convert: add round trip check based on 'core.checkRoundtripEncoding' 7 years ago
Stefan Beller c3c36d7de2 replace-object: check_replace_refs is safe in multi repo environment 7 years ago
Derrick Stolee 1b70dfd594 commit-graph: add core.commitGraph setting 7 years ago
Jeff King 8500e0de3f set_work_tree: use chdir_notify 7 years ago
Jeff King 48988c4d0c set_git_dir: die when setenv() fails 7 years ago
Stefan Beller 90c62155d6 repository: introduce raw object store field 7 years ago
Nguyễn Thái Ngọc Duy 7bc0dcaa61 sha1_file.c: move delayed getenv(altdb) back to setup_git_env() 7 years ago
Nguyễn Thái Ngọc Duy 357a03ebe9 repository.c: move env-related setup code back to environment.c 7 years ago
Brandon Williams 38f3f09421 environment: rename 'namespace' variables 7 years ago
Brandon Williams a63b5fca9b environment: rename 'template' variables 7 years ago
Torsten Bögershausen 8462ff43e4 convert_to_git(): safe_crlf/checksafe becomes int conv_flags 7 years ago
Jeff Hostetler 1e1e39b308 partial-clone: define partial clone settings in config 7 years ago
Jonathan Tan 75b97fec17 extension.partialclone: introduce partial clone extension 7 years ago