summaryrefslogtreecommitdiffstats
path: root/builtin/index-pack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-14difftool: ensure full indexDerrick Stolee1-0/+3
2021-04-14commit: ensure full indexDerrick Stolee1-0/+4
2021-04-14checkout: ensure full indexDerrick Stolee1-0/+5
2021-04-14checkout-index: ensure full indexDerrick Stolee1-0/+2
2021-04-14add: ensure full indexDerrick Stolee1-0/+2
2021-04-14cache: move ensure_full_index() to cache.hDerrick Stolee2-1/+1
2021-04-14read-cache: expand on query into sparse-directory entryDerrick Stolee1-0/+21
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee14-68/+68
2021-04-14sparse-index: API protection strategyDerrick Stolee1-2/+35
2021-03-30p2000: add sparse-index reposDerrick Stolee1-1/+18
2021-03-30sparse-index: loose integration with cache_tree_verify()Derrick Stolee2-3/+19
2021-03-30cache-tree: integrate with sparse directory entriesDerrick Stolee2-1/+27
2021-03-30sparse-checkout: disable sparse-indexDerrick Stolee2-1/+22
2021-03-30sparse-checkout: toggle sparse index from builtinDerrick Stolee5-34/+80
2021-03-30sparse-index: add index.sparse config optionDerrick Stolee5-6/+44
2021-03-30sparse-index: check index conversion happensDerrick Stolee1-0/+18
2021-03-30unpack-trees: allow sparse directoriesDerrick Stolee1-3/+7
2021-03-30submodule: sparse-index should not collapse linksDerrick Stolee2-0/+18
2021-03-30sparse-index: convert from full to sparseDerrick Stolee6-4/+228
2021-03-30sparse-index: add 'sdir' index extensionDerrick Stolee2-0/+21
2021-03-30sparse-checkout: hold pattern list in indexDerrick Stolee2-7/+12
2021-03-30unpack-trees: ensure full indexDerrick Stolee1-0/+7
2021-03-30test-tool: don't force full indexDerrick Stolee2-1/+17
2021-03-30test-read-cache: print cache entries with --tableDerrick Stolee1-10/+45
2021-03-30t1092: compare sparse-checkout to sparse-indexDerrick Stolee2-4/+23
2021-03-30sparse-index: implement ensure_full_index()Derrick Stolee3-2/+118
2021-03-30sparse-index: add guard to ensure full indexDerrick Stolee6-1/+36
2021-03-30t1092: clean up script quotingDerrick Stolee1-10/+10