Thread (16 messages) flat view 16 messages, 7 authors, 2016-06-15

Re: [PATCH 08/12] git-clone: support --path to do sparse clone

From: Jeff King <hidden>
Date: 2016-06-15 22:45:00

On Wed, Jul 23, 2008 at 09:57:18PM +0700, Nguyễn Thái Ngọc Duy wrote:
+		if (option_sparse_prefix) {
+			git_config_set("core.sparsecheckout", option_sparse_prefix);
+			set_sparse_prefix(option_sparse_prefix);
+		}
+
As a user, I would expect "sparse clone" to also be sparse on the
fetching. That is, to not even bother fetching tree objects that we are
not going to check out. But that is a whole other can of worms from
local sparseness, so I think it is worth saving for a different series.

So instead I would suggest that this be mentioned in the documentation
for --path, but there doesn't seem to be any.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help