276 Commits (b75ba9bbd13877ff3351e150d3d053baec81f0db)

Author SHA1 Message Date
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. 8 years ago
Jeff King 27344d6a6c git: add --no-optional-locks option 8 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
Jeff King 594fa9998c odb_mkstemp: write filename into strbuf 8 years ago
Jeff King eaeefc3276 odb_pack_keep(): stop generating keepfile name 8 years ago
Johannes Schindelin ce83eadd9a real_pathdup(): fix callsites that wanted it to die on error 8 years ago
Cornelius Weig 341fb28621 refs: add option core.logAllRefUpdates = always 8 years ago
Brandon Williams 4ac9006f83 real_path: have callers use real_pathdup and strbuf_realpath 8 years ago
Junio C Hamano 8de7eeb54b compression: unify pack.compression configuration parsing 8 years ago
Jeff King b1ef400eec setup_git_env: avoid blind fall-back to ".git" 8 years ago
Brandon Williams 74866d7579 git: make super-prefix option 8 years ago
Linus Torvalds e6c587c733 abbrev: auto size the default abbreviation 9 years ago
Junio C Hamano 65acfeacaa abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizing 9 years ago
Jeff King 4543926ba8 init: reset cached config when entering new repo 9 years ago
Jeff King b9605bc4f2 config: only read .git/config from configured repos 9 years ago
Jeff King c0c08897c4 pager: make pager_program a file-local static 9 years ago