Thread (43 messages) 43 messages, 4 authors, 2022-05-25
STALE1491d

[PATCH v3 06/10] sparse-checkout: --no-sparse-index needs a full index

From: Derrick Stolee via GitGitGadget <hidden>
Date: 2022-05-23 13:49:18
Subsystem: the rest · Maintainer: Linus Torvalds

From: Derrick Stolee <redacted>

When the --no-sparse-index option is supplied, the sparse-checkout
builtin should explicitly ask to expand a sparse index to a full one.
This is currently done implicitly due to the command_requires_full_index
protection, but that will be removed in an upcoming change.

Signed-off-by: Derrick Stolee <redacted>
---
 builtin/sparse-checkout.c | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/builtin/sparse-checkout.c b/builtin/sparse-checkout.c
index 5b054400bf3..1db51c3fd72 100644
--- a/builtin/sparse-checkout.c
+++ b/builtin/sparse-checkout.c
@@ -413,6 +413,9 @@ static int update_modes(int *cone_mode, int *sparse_index)
 		/* force an index rewrite */
 		repo_read_index(the_repository);
 		the_repository->index->updated_workdir = 1;
+
+		if (!*sparse_index)
+			ensure_full_index(the_repository->index);
 	}
 
 	return 0;
-- 
gitgitgadget
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help