summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-14rm: ensure full indexDerrick Stolee
2021-04-14merge-index: ensure full indexDerrick Stolee
2021-04-14ls-files: ensure full indexDerrick Stolee
2021-04-14grep: ensure full indexDerrick Stolee
2021-04-14fsck: ensure full indexDerrick Stolee
2021-04-14difftool: ensure full indexDerrick Stolee
2021-04-14commit: ensure full indexDerrick Stolee
2021-04-14checkout: ensure full indexDerrick Stolee
2021-04-14checkout-index: ensure full indexDerrick Stolee
2021-04-14add: ensure full indexDerrick Stolee
2021-04-14cache: move ensure_full_index() to cache.hDerrick Stolee
2021-04-14read-cache: expand on query into sparse-directory entryDerrick Stolee
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee
2021-04-14sparse-index: API protection strategyDerrick Stolee
2021-03-30p2000: add sparse-index reposDerrick Stolee
2021-03-30sparse-index: loose integration with cache_tree_verify()Derrick Stolee
2021-03-30cache-tree: integrate with sparse directory entriesDerrick Stolee
2021-03-30sparse-checkout: disable sparse-indexDerrick Stolee
2021-03-30sparse-checkout: toggle sparse index from builtinDerrick Stolee
2021-03-30sparse-index: add index.sparse config optionDerrick Stolee
2021-03-30sparse-index: check index conversion happensDerrick Stolee
2021-03-30unpack-trees: allow sparse directoriesDerrick Stolee
2021-03-30submodule: sparse-index should not collapse linksDerrick Stolee
2021-03-30sparse-index: convert from full to sparseDerrick Stolee
2021-03-30sparse-index: add 'sdir' index extensionDerrick Stolee
2021-03-30sparse-checkout: hold pattern list in indexDerrick Stolee
2021-03-30unpack-trees: ensure full indexDerrick Stolee
2021-03-30test-tool: don't force full indexDerrick Stolee
2021-03-30test-read-cache: print cache entries with --tableDerrick Stolee
2021-03-30t1092: compare sparse-checkout to sparse-indexDerrick Stolee
2021-03-30sparse-index: implement ensure_full_index()Derrick Stolee
2021-03-30sparse-index: add guard to ensure full indexDerrick Stolee
2021-03-30t1092: clean up script quotingDerrick Stolee
2021-03-30t/perf: add performance test for sparse operationsDerrick Stolee
2021-03-30sparse-index: design doc and format updateDerrick Stolee
2021-03-20tree.h API: simplify read_tree_recursive() signatureÆvar Arnfjörð Bjarmason
2021-03-20tree.h API: expose read_tree_1() as read_tree_at()Ævar Arnfjörð Bjarmason
2021-03-20archive: stop passing "stage" through read_tree_recursive()Ævar Arnfjörð Bjarmason
2021-03-20ls-files: refactor away read_tree()Ævar Arnfjörð Bjarmason
2021-03-20ls-files: don't needlessly pass around stage variableÆvar Arnfjörð Bjarmason
2021-03-20tree.c API: move read_tree() into builtin/ls-files.cÆvar Arnfjörð Bjarmason
2021-03-20ls-files tests: add meaningful --with-tree testsÆvar Arnfjörð Bjarmason
2021-03-20show tests: add test for "git show <tree>"Ævar Arnfjörð Bjarmason
2021-03-04Merged the open-eintr workaround for macOSJunio C Hamano
2021-03-04Documentation/RelNotes: improve release note for rename detection workElijah Newren
2021-03-04Merge branch 'jk/open-returns-eintr'Junio C Hamano
2021-03-04Merge https://github.com/prati0100/git-guiJunio C Hamano
2021-03-04Merge branch 'py/revert-commit-comments'Pratyush Yadav
2021-03-04Revert "git-gui: remove lines starting with the comment character"Pratyush Yadav
2021-03-03Git 2.31-rc1v2.31.0-rc1Junio C Hamano