300 Commits (474e4f9b5567e02e9c6947e36ed84f882868d77e)

Author SHA1 Message Date
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
Ann T Ropea a2cd709de3 print_sha1_ellipsis: introduce helper 7 years ago
Ben Peart 883e248b8a fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. 7 years ago
Jeff King 27344d6a6c git: add --no-optional-locks option 7 years ago
Jeff King f9b7573f6b repository: free fields before overwriting them 8 years ago
Brandon Williams b415873282 environment: store worktree in the_repository 8 years ago
Brandon Williams c14c234f22 environment: place key repository state in the_repository 8 years ago
Brandon Williams bf08c8cfc1 environment: remove namespace_len variable 8 years ago
Brandon Williams 73f192c991 setup: don't perform lazy initialization of repository state 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff King 588a538ae5 setup_git_env: convert die("BUG") to BUG() 8 years ago
Nguyễn Thái Ngọc Duy a560d87033 environment.c: fix potential segfault by get_git_common_dir() 8 years ago
Jeff King 4aa7d75e48 odb_mkstemp: use git_path_buf 8 years ago