- e19488a refs: refactor `resolve_gitlink_ref()` to accept a repository by Patrick Steinhardt · 8 months ago
- a7a2d10 Merge branch 'cw/prelim-cleanup' by Junio C Hamano · 1 year, 3 months ago
- b1bda75 parse: separate out parsing functions from config.h by Calvin Wan · 1 year, 4 months ago
- 59c4c7d tree-walk: reduce stack size for recursive functions by Jeff King · 1 year, 5 months ago
- a034e91 object-store-ll.h: split this header out of object-store.h by Elijah Newren · 1 year, 8 months ago
- bc5c5ec cache.h: remove this no-longer-used header by Elijah Newren · 1 year, 8 months ago
- 08c46a4 read-cache*.h: move declarations for read-cache.c functions from cache.h by Elijah Newren · 1 year, 8 months ago
- f565385 name-hash.h: move declarations for name-hash.c from cache.h by Elijah Newren · 1 year, 8 months ago
- ccd12a3 Merge branch 'en/header-split-cache-h-part-2' by Junio C Hamano · 1 year, 9 months ago
- 0807e57 Merge branch 'en/header-split-cache-h' by Junio C Hamano · 1 year, 9 months ago
- cb2a513 symlinks.h: move declarations for symlinks.c functions from cache.h by Elijah Newren · 1 year, 9 months ago
- 6c6ddf9 treewide: be explicit about dependence on advice.h by Elijah Newren · 1 year, 10 months ago
- 74ea5c9 treewide: be explicit about dependence on trace.h & trace2.h by Elijah Newren · 1 year, 10 months ago
- 6047b28 Merge branch 'en/header-split-cleanup' by Junio C Hamano · 1 year, 10 months ago
- 72871b19 Merge branch 'ab/remove-implicit-use-of-the-repository' by Junio C Hamano · 1 year, 10 months ago
- f315a8b Merge branch 'js/split-index-fixes' by Junio C Hamano · 1 year, 10 months ago
- e7dca80 Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-cache-h by Junio C Hamano · 1 year, 10 months ago
- a5183d7 cocci: apply the "promisor-remote.h" part of "the_repository.pending" by Ævar Arnfjörð Bjarmason · 1 year, 10 months ago
- 061dd72 unpack-trees: take care to propagate the split-index flag by Johannes Schindelin · 1 year, 10 months ago
- e38da48 setup.h: move declarations for setup.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
- 32a8f51 environment.h: move declarations for environment.c functions from cache.h by Elijah Newren · 1 year, 10 months ago
- f394e09 treewide: be explicit about dependence on gettext.h by Elijah Newren · 1 year, 10 months ago
- 88cc8ed Merge branch 'en/header-cleanup' by Junio C Hamano · 1 year, 10 months ago
- f297424 unpack-trees: add usage notices around df_conflict_entry by Elijah Newren · 1 year, 11 months ago
- 1ca13dd unpack-trees: special case read-tree debugging as internal usage by Elijah Newren · 1 year, 11 months ago
- 0d680a7 unpack-trees: rewrap a few overlong lines from previous patch by Elijah Newren · 1 year, 11 months ago
- 13e1fd6 unpack-trees: mark fields only used internally as internal by Elijah Newren · 1 year, 11 months ago
- 576de3d unpack_trees: start splitting internal fields from public API by Elijah Newren · 1 year, 11 months ago
- 33b1b4c sparse-checkout: avoid using internal API of unpack-trees, take 2 by Elijah Newren · 1 year, 11 months ago
- 1147c56 sparse-checkout: avoid using internal API of unpack-trees by Elijah Newren · 1 year, 11 months ago
- 5d4f4a5 unpack-trees: clean up some flow control by Elijah Newren · 1 year, 11 months ago
- b413a82 unpack-trees: heed requests to overwrite ignored files by Elijah Newren · 1 year, 11 months ago
- 41771fa cache.h: remove dependence on hex.h; make other files include it explicitly by Elijah Newren · 1 year, 11 months ago
- 6269f8e treewide: always have a valid "index_state.repo" member by Ævar Arnfjörð Bjarmason · 2 years ago
- 2f6b1eb cache API: add a "INDEX_STATE_INIT" macro/function, add release_index() by Ævar Arnfjörð Bjarmason · 2 years ago
- 29fefaf sparse-index API: BUG() out on NULL ensure_full_index() by Ævar Arnfjörð Bjarmason · 2 years ago
- d4c5400 Merge branch 'ab/no-more-git-global-super-prefix' by Junio C Hamano · 2 years, 1 month ago
- 4002ec3 read-tree: add "--super-prefix" option, eliminate global by Ævar Arnfjörð Bjarmason · 2 years, 1 month ago
- 92cb135 git: remove duplicate includes by Seija Kijin · 2 years, 1 month ago
- 68fcd48 unpack-trees: add 'skip_cache_tree_update' option by Victoria Dye · 2 years, 2 months ago
- fe3939b Merge branch 'vd/sparse-reset-checkout-fixes' by Junio C Hamano · 2 years, 4 months ago
- 037f8ea unpack-trees: fix sparse directory recursion check by Victoria Dye · 2 years, 5 months ago
- 7be9f3f Merge branch 'vd/sparse-reset-checkout-fixes' into maint by Junio C Hamano · 2 years, 5 months ago
- 80ffc84 Merge branch 'vd/sparse-reset-checkout-fixes' by Junio C Hamano · 2 years, 5 months ago
- b15207b unpack-trees: unpack new trees as sparse directories by Victoria Dye · 2 years, 6 months ago
- 611c778 checkout: fix two bugs on the final count of updated entries by Matheus Tavares · 2 years, 6 months ago
- 9e496ff Merge branch 'jh/builtin-fsmonitor-part3' by Junio C Hamano · 2 years, 8 months ago
- c276c21 Merge branch 'ds/sparse-sparse-checkout' by Junio C Hamano · 2 years, 8 months ago
- 9968ed7 unpack-trees: initialize fsmonitor_has_run_once in o->result by Jeff Hostetler · 2 years, 8 months ago
- 598b1e7 sparse-checkout: integrate with sparse index by Derrick Stolee · 2 years, 8 months ago
- 0f329b9 unpack-trees: preserve index sparsity by Victoria Dye · 2 years, 9 months ago
- 99430aa Revert "unpack-trees: improve performance of next_cache_entry" by Victoria Dye · 2 years, 10 months ago
- bfc763d unpack-trees: increment cache_bottom for sparse directories by Victoria Dye · 2 years, 10 months ago
- 190f9bf Merge branch 'vd/sparse-read-tree' by Junio C Hamano · 2 years, 10 months ago
- f27c170 read-tree: make three-way merge sparse-aware by Victoria Dye · 2 years, 11 months ago
- ab81047 read-tree: make two-way merge sparse-aware by Victoria Dye · 2 years, 11 months ago
- 7497039 read-tree: narrow scope of index expansion for '--prefix' by Victoria Dye · 2 years, 11 months ago
- 26b5d6b unpack-trees: fix accidental loss of user changes by Elijah Newren · 3 years ago
- da81d47 Merge branch 'en/keep-cwd' by Junio C Hamano · 3 years, 1 month ago
- e1d9288 Merge branch 'ds/sparse-deep-pattern-checkout-fix' by Junio C Hamano · 3 years, 1 month ago
- f085087 Merge branch 'vd/sparse-reset' by Junio C Hamano · 3 years, 1 month ago
- 0b0ee33 unpack-trees: add special cwd handling by Elijah Newren · 3 years, 1 month ago
- b817e54 unpack-trees: refuse to remove startup_info->original_cwd by Elijah Newren · 3 years, 1 month ago
- 8c5de0d unpack-trees: use traverse_path instead of name by Derrick Stolee · 3 years, 2 months ago
- f2a454e unpack-trees: improve performance of next_cache_entry by Victoria Dye · 3 years, 2 months ago
- bfa646c Merge branch 'ab/unpack-trees-leakfix' by Junio C Hamano · 3 years, 3 months ago
- a7c2daa Merge branch 'en/removing-untracked-fixes' by Junio C Hamano · 3 years, 3 months ago
- e5a917f unpack-trees: don't leak memory in verify_clean_subdirectory() by Ævar Arnfjörð Bjarmason · 3 years, 4 months ago
- 56d06fe unpack-trees: avoid nuking untracked dir in way of locally deleted file by Elijah Newren · 3 years, 4 months ago
- 1fdd51a unpack-trees: avoid nuking untracked dir in way of unmerged file by Elijah Newren · 3 years, 4 months ago
- 480d3d6 Change unpack_trees' 'reset' flag into an enum by Elijah Newren · 3 years, 4 months ago
- c42e0b6 unpack-trees: make dir an internal-only struct by Elijah Newren · 3 years, 4 months ago
- 04988c8 unpack-trees: introduce preserve_ignored to unpack_trees_options by Elijah Newren · 3 years, 4 months ago
- dc89c34 Merge branch 'ds/sparse-index-ignored-files' by Junio C Hamano · 3 years, 4 months ago
- fd0d703 Merge branch 'ab/retire-advice-config' by Junio C Hamano · 3 years, 4 months ago
- 72d84ea unpack-trees: fix nested sparse-dir search by Derrick Stolee · 3 years, 5 months ago
- 7a132c6 checkout: make delayed checkout respect --quiet and --no-progress by Matheus Tavares · 3 years, 5 months ago
- ed9bff0 advice: remove read uses of most global `advice_` variables by Ben Boeckel · 3 years, 5 months ago
- 506d2a3 Merge branch 'ds/commit-and-checkout-with-sparse-index' by Junio C Hamano · 3 years, 6 months ago
- 8230107 Merge branch 'jt/bulk-prefetch' by Junio C Hamano · 3 years, 6 months ago
- b2896d2 unpack-trees: refactor prefetching code by Jonathan Tan · 3 years, 6 months ago
- e05cdb1 unpack-trees: resolve sparse-directory/file conflicts by Derrick Stolee · 3 years, 6 months ago
- 523506d unpack-trees: unpack sparse directory entries by Derrick Stolee · 3 years, 6 months ago
- bd6a3fd unpack-trees: rename unpack_nondirectories() by Derrick Stolee · 3 years, 6 months ago
- cd807a5 unpack-trees: compare sparse directories correctly by Derrick Stolee · 3 years, 6 months ago
- 17a1bb5 unpack-trees: preserve cache_bottom by Derrick Stolee · 3 years, 6 months ago
- a737e1f Merge branch 'mt/parallel-checkout-part-3' by Junio C Hamano · 3 years, 8 months ago
- 9616882 make_transient_cache_entry(): optionally alloc from mem_pool by Matheus Tavares · 3 years, 9 months ago
- a1cac26 Merge branch 'mt/parallel-checkout-part-2' by Junio C Hamano · 3 years, 9 months ago
- 8e97852 Merge branch 'ds/sparse-index-protections' by Junio C Hamano · 3 years, 9 months ago
- 1c4d6f4 parallel-checkout: support progress displaying by Matheus Tavares · 3 years, 9 months ago
- 7531e4b parallel-checkout: add configuration options by Matheus Tavares · 3 years, 9 months ago
- 04155bd unpack-trees: add basic support for parallel checkout by Matheus Tavares · 3 years, 9 months ago
- c47679d Merge branch 'mt/parallel-checkout-part-1' by Junio C Hamano · 3 years, 10 months ago
- 9210c68 Merge branch 'mt/checkout-remove-nofollow' by Junio C Hamano · 3 years, 10 months ago
- 13e1331 unpack-trees: allow sparse directories by Derrick Stolee · 3 years, 10 months ago
- 6863df3 unpack-trees: ensure full index by Derrick Stolee · 3 years, 10 months ago
- d052cc0 entry: extract a header file for entry.c functions by Matheus Tavares · 3 years, 10 months ago
- f5c73f6 Merge branch 'dl/stash-show-untracked' by Junio C Hamano · 3 years, 10 months ago
- 1dd4e74 Merge branch 'js/fsmonitor-unpack-fix' by Junio C Hamano · 3 years, 10 months ago