57 Commits (4f39eb031af8690eb86eb781e43b10141dd47da9)

Author SHA1 Message Date
Elijah Newren 714edc620c repo-settings: rename the traditional default fetch.negotiationAlgorithm 3 years ago
Neeraj Singh ecd81dfc79 tmp-objdir: disable ref updates when replacing the primary odb 3 years ago
Glen Choo fd3cb0501e remote: move static variables into per-repository struct 3 years ago
Ævar Arnfjörð Bjarmason c21919f1b2 repository.h: don't use a mix of int and bitfields 3 years ago
Ævar Arnfjörð Bjarmason 3050b6dfc7 repo-settings.c: simplify the setup 3 years ago
Jonathan Tan 8eb8dcf946 repository: support unabsorbed in repo_submodule_init 3 years ago
Jonathan Tan ef7dc2e9cc promisor-remote: support per-repository config 4 years ago
Jonathan Tan ebaf3bcf1a repository: move global r_f_p_c to repo struct 4 years ago
Derrick Stolee 58300f4743 sparse-index: add index.sparse config option 4 years ago
Derrick Stolee 3964fc2aae sparse-index: add guard to ensure full index 4 years ago
Derrick Stolee 18e449f86b midx: enable core.multiPackIndex by default 4 years ago
Taylor Blau b66d84756f commit-graph: respect 'commitGraph.readChangedPaths' 4 years ago
Jonathan Tan cbe566a071 negotiator/noop: add noop fetch negotiator 5 years ago
Xin Li 16af5f1abb repository: add a helper function to perform repository format upgrade 5 years ago
Jeff King 0220461071 repository: mark the "refs" pointer as private 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Jeff King 6abada1880 upload-pack: disable commit graph more gently for shallow traversal 5 years ago
Derrick Stolee 50f26bd035 fetch: add fetch.writeCommitGraph config setting 6 years ago
Derrick Stolee aaf633c2ad repo-settings: create feature.experimental setting 6 years ago
Derrick Stolee ad0fb65999 repo-settings: parse core.untrackedCache 6 years ago
Derrick Stolee 7211b9e753 repo-settings: consolidate some config settings 6 years ago
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
Nguyễn Thái Ngọc Duy 1b0d968b34 read-cache.c: replace update_index_if_able with repo_& 6 years ago
Nguyễn Thái Ngọc Duy e1ff0a32e4 read-cache.c: kill read_index() 6 years ago
Nguyễn Thái Ngọc Duy 3a95f31d1c repository.c: replace hold_locked_index() with repo_hold_locked_index() 6 years ago
Stefan Beller d5498e0871 repository: repo_submodule_init to take a submodule struct 6 years ago
Elijah Newren ef3ca95475 Add missing includes and forward declarations 7 years ago
Nguyễn Thái Ngọc Duy c2ec417544 repository.h: drop extern from function declaration 7 years ago
Stefan Beller 102de880d2 path.c: migrate global git_path_* to take a repository argument 7 years ago
Stefan Beller 99bf115c87 repository: introduce parsed objects field 7 years ago
Stefan Beller 64a741619d refs: store the main ref store inside the repository struct 7 years ago
Stefan Beller da62f786d2 submodule: fixup nested submodules after moving the submodule 7 years ago
Stefan Beller 90c62155d6 repository: introduce raw object store field 7 years ago
Nguyễn Thái Ngọc Duy 00a3da2a13 repository.h: add comment and clarify repo_set_gitdir 7 years ago
Nguyễn Thái Ngọc Duy 2bee50a083 repository: delete ignore_env member 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
Nguyễn Thái Ngọc Duy b2f0eceecf repository: initialize the_repository in main() 7 years ago
brian m. carlson 78a6766802 Integrate hash algorithm support with repo setup 7 years ago
Brandon Williams 3f13877595 repo_read_index: don't discard the index 8 years ago
Brandon Williams 96dc883b3c repository: enable initialization of submodules 8 years ago
Brandon Williams bf12fcdf5e submodule-config: store the_submodule_cache in the_repository 8 years ago
Brandon Williams 639e30b5b2 repository: add index_state to struct repo 8 years ago
Brandon Williams 3b256228a6 config: read config from a repository object 8 years ago
Brandon Williams 359efeffc1 repository: introduce the repository object 8 years ago