summaryrefslogtreecommitdiffstats
path: root/sparse-index.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/sparse-checkout-requires-per-worktree-config'Junio C Hamano2022-02-261-7/+3
|\
| * sparse-checkout: set worktree-config correctlyDerrick Stolee2022-02-081-7/+3
* | sparse-index: sparse index is disallowed when split index is activeJohannes Schindelin2022-01-241-1/+1
|/
* sparse-index: add ensure_correct_sparsity functionVictoria Dye2021-11-251-4/+29
* sparse-index: avoid unnecessary cache tree clearingVictoria Dye2021-11-251-11/+14
* Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano2021-09-211-33/+43
|\
| * sparse-index: add SPARSE_INDEX_MEMORY_ONLY flagDerrick Stolee2021-09-081-15/+22
| * sparse-checkout: create helper methodsDerrick Stolee2021-09-081-11/+3
| * sparse-index: use WRITE_TREE_MISSING_OKDerrick Stolee2021-09-081-1/+4
| * sparse-index: silently return when cache tree failsDerrick Stolee2021-09-081-4/+6
| * sparse-index: silently return when not using cone-mode patternsDerrick Stolee2021-09-081-5/+11
* | sparse-index: copy dir_hash in ensure_full_index()Jeff Hostetler2021-08-301-0/+1
|/
* sparse-index: recompute cache-treeDerrick Stolee2021-07-151-0/+2
* fsmonitor: integrate with sparse indexDerrick Stolee2021-07-141-0/+7
* sparse-index: include EXTENDED flag when expandingDerrick Stolee2021-07-141-1/+1
* sparse-index: skip indexes with unmerged entriesDerrick Stolee2021-07-141-0/+18
* Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-05-201-1/+1
|\
| * sparse-index: fix uninitialized jumpDerrick Stolee2021-05-171-1/+1
* | sparse-index.c: remove set_index_sparse_config()Ævar Arnfjörð Bjarmason2021-05-061-10/+1
|/
* sparse-index: expand_to_path()Derrick Stolee2021-04-141-0/+73
* cache-tree: integrate with sparse directory entriesDerrick Stolee2021-03-301-1/+9
* sparse-checkout: toggle sparse index from builtinDerrick Stolee2021-03-301-12/+21
* sparse-index: add index.sparse config optionDerrick Stolee2021-03-301-5/+29
* submodule: sparse-index should not collapse linksDerrick Stolee2021-03-301-0/+1
* sparse-index: convert from full to sparseDerrick Stolee2021-03-301-0/+139
* sparse-index: implement ensure_full_index()Derrick Stolee2021-03-301-1/+97
* sparse-index: add guard to ensure full indexDerrick Stolee2021-03-301-0/+8