git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Re: Creating sparse checkout in a new linked git worktree
@ 2018-01-30 14:25 Jessie Hernandez
  2018-01-30 19:00 ` Eric Sunshine
  0 siblings, 1 reply; 6+ messages in thread
From: Jessie Hernandez @ 2018-01-30 14:25 UTC (permalink / raw)
  To: Eric Sunshine; +Cc: git, Git List

> On Wed, Jan 24, 2018 at 11:11 AM, Jessie Hernandez
> <git@jessiehernandez.com> wrote:
>> I am trying to get a sparse checkout in a linked worktree but cannot
get
>> it working. I have tried the following
>> * git worktree add /some/new/path/new-branch --no-checkout
>> * git config core.sparseCheckout true
>> * <add the directory I would like to checkout out to
>> $GIT_DIR/info/sparse-checkout>
>> * cd  /some/new/path/new-branch
>> * git read-tree -mu sparse-checkout
>> But I still end up with a fully populated worktree.
>> Is there something I am missing or doing wrong?
> The sparse-checkout file is specific to each worktree, which allows you
to control "sparsity" on a worktree by worktree basis. Therefore, you
should create $GIT_DIR/worktrees/<id>/info/sparse-checkout instead
(where <id> is "new-branch" in your example).

Right this seems to work indeed.
Thank you.

Would it help if this was added to the documentation of git-read-tree

Regards,
Jessie





^ permalink raw reply	[flat|nested] 6+ messages in thread
* Creating sparse checkout in a new linked git worktree
@ 2018-01-24 16:11 Jessie Hernandez
  2018-01-28  7:25 ` Eric Sunshine
  0 siblings, 1 reply; 6+ messages in thread
From: Jessie Hernandez @ 2018-01-24 16:11 UTC (permalink / raw)
  To: git

Hi All,

I am trying to get a sparse checkout in a linked worktree but cannot get
it working. I have tried the following

* git worktree add /some/new/path/new-branch --no-checkout
* git config core.sparseCheckout true
* <add the directory I would like to checkout out to
$GIT_DIR/info/sparse-checkout>
* cd  /some/new/path/new-branch
* git read-tree -mu sparse-checkout

But I still end up with a fully populated worktree.

Is there something I am missing or doing wrong?

thank you for any response.

jessie



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-01-31 10:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-30 14:25 Creating sparse checkout in a new linked git worktree Jessie Hernandez
2018-01-30 19:00 ` Eric Sunshine
2018-01-31 10:03   ` Jessie Hernandez
  -- strict thread matches above, loose matches on Subject: below --
2018-01-24 16:11 Jessie Hernandez
2018-01-28  7:25 ` Eric Sunshine
2018-01-28  9:40   ` Duy Nguyen

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).