summaryrefslogtreecommitdiff
path: root/cache-tree.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-08-04 13:28:53 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-08-04 13:28:53 -0700
commit506d2a354a9b24c531634094292b11ed8b8c2514 (patch)
tree2324d28eddd75395949471683f6eeec9781d841d /cache-tree.c
parentMerge branch 'ab/update-submitting-patches' (diff)
parentunpack-trees: resolve sparse-directory/file conflicts (diff)
downloadtgif-506d2a354a9b24c531634094292b11ed8b8c2514.tar.xz
Merge branch 'ds/commit-and-checkout-with-sparse-index'
"git checkout" and "git commit" learn to work without unnecessarily expanding sparse indexes. * ds/commit-and-checkout-with-sparse-index: unpack-trees: resolve sparse-directory/file conflicts t1092: document bad 'git checkout' behavior checkout: stop expanding sparse indexes sparse-index: recompute cache-tree commit: integrate with sparse-index p2000: compress repo names p2000: add 'git checkout -' test and decrease depth
Diffstat (limited to 'cache-tree.c')
-rw-r--r--cache-tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cache-tree.c b/cache-tree.c
index 9ba2c7c6b2..90919f9e34 100644
--- a/cache-tree.c
+++ b/cache-tree.c
@@ -465,8 +465,6 @@ int cache_tree_update(struct index_state *istate, int flags)
if (i)
return i;
- ensure_full_index(istate);
-
if (!istate->cache_tree)
istate->cache_tree = cache_tree();