summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-14dir: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14update-index: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14stash: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14rm: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14merge-index: ensure full indexLibravatar Derrick Stolee1-0/+5
2021-04-14ls-files: ensure full indexLibravatar Derrick Stolee1-0/+4
2021-04-14grep: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14fsck: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14difftool: ensure full indexLibravatar Derrick Stolee1-0/+3
2021-04-14commit: ensure full indexLibravatar Derrick Stolee1-0/+4
2021-04-14checkout: ensure full indexLibravatar Derrick Stolee1-0/+5
2021-04-14checkout-index: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14add: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-04-14cache: move ensure_full_index() to cache.hLibravatar Derrick Stolee2-1/+1
2021-04-14read-cache: expand on query into sparse-directory entryLibravatar Derrick Stolee1-0/+21
2021-04-14*: remove 'const' qualifier for struct index_stateLibravatar Derrick Stolee14-68/+68
2021-04-14sparse-index: API protection strategyLibravatar Derrick Stolee1-2/+35
2021-03-30p2000: add sparse-index reposLibravatar Derrick Stolee1-1/+18
2021-03-30sparse-index: loose integration with cache_tree_verify()Libravatar Derrick Stolee2-3/+19
2021-03-30cache-tree: integrate with sparse directory entriesLibravatar Derrick Stolee2-1/+27
2021-03-30sparse-checkout: disable sparse-indexLibravatar Derrick Stolee2-1/+22
2021-03-30sparse-checkout: toggle sparse index from builtinLibravatar Derrick Stolee5-34/+80
2021-03-30sparse-index: add index.sparse config optionLibravatar Derrick Stolee5-6/+44
2021-03-30sparse-index: check index conversion happensLibravatar Derrick Stolee1-0/+18
2021-03-30unpack-trees: allow sparse directoriesLibravatar Derrick Stolee1-3/+7
2021-03-30submodule: sparse-index should not collapse linksLibravatar Derrick Stolee2-0/+18
2021-03-30sparse-index: convert from full to sparseLibravatar Derrick Stolee6-4/+228
2021-03-30sparse-index: add 'sdir' index extensionLibravatar Derrick Stolee2-0/+21
2021-03-30sparse-checkout: hold pattern list in indexLibravatar Derrick Stolee2-7/+12
2021-03-30unpack-trees: ensure full indexLibravatar Derrick Stolee1-0/+7
2021-03-30test-tool: don't force full indexLibravatar Derrick Stolee2-1/+17
2021-03-30test-read-cache: print cache entries with --tableLibravatar Derrick Stolee1-10/+45
2021-03-30t1092: compare sparse-checkout to sparse-indexLibravatar Derrick Stolee2-4/+23
2021-03-30sparse-index: implement ensure_full_index()Libravatar Derrick Stolee3-2/+118
2021-03-30sparse-index: add guard to ensure full indexLibravatar Derrick Stolee6-1/+36
2021-03-30t1092: clean up script quotingLibravatar Derrick Stolee1-10/+10
2021-03-30t/perf: add performance test for sparse operationsLibravatar Derrick Stolee1-0/+84
2021-03-30sparse-index: design doc and format updateLibravatar Derrick Stolee2-0/+182
2021-03-20tree.h API: simplify read_tree_recursive() signatureLibravatar Ævar Arnfjörð Bjarmason8-45/+39
2021-03-20tree.h API: expose read_tree_1() as read_tree_at()Libravatar Ævar Arnfjörð Bjarmason2-8/+15
2021-03-20archive: stop passing "stage" through read_tree_recursive()Libravatar Ævar Arnfjörð Bjarmason1-9/+7
2021-03-20ls-files: refactor away read_tree()Libravatar Ævar Arnfjörð Bjarmason1-43/+34
2021-03-20ls-files: don't needlessly pass around stage variableLibravatar Ævar Arnfjörð Bjarmason1-17/+8
2021-03-20tree.c API: move read_tree() into builtin/ls-files.cLibravatar Ævar Arnfjörð Bjarmason4-95/+92
2021-03-20ls-files tests: add meaningful --with-tree testsLibravatar Ævar Arnfjörð Bjarmason1-0/+41
2021-03-20show tests: add test for "git show <tree>"Libravatar Ævar Arnfjörð Bjarmason1-0/+39
2021-03-04Merged the open-eintr workaround for macOSLibravatar Junio C Hamano1-0/+5
2021-03-04Documentation/RelNotes: improve release note for rename detection workLibravatar Elijah Newren1-1/+1
2021-03-04Merge branch 'jk/open-returns-eintr'Libravatar Junio C Hamano5-0/+42
2021-03-04Merge https://github.com/prati0100/git-guiLibravatar Junio C Hamano2-21/+2