Re: init --separate-git-dir does not set core.worktree

2017-02-08 Thread Stefan Beller
On Fri, Feb 3, 2017 at 5:38 AM, Duy Nguyen wrote: > On Thu, Feb 2, 2017 at 7:37 PM, Kyle Meyer wrote: >> Duy Nguyen writes: >> >>> On Thu, Feb 2, 2017 at 10:55 AM, Kyle Meyer wrote: As of 6311cfaf9 (init: do not

Re: init --separate-git-dir does not set core.worktree

2017-02-08 Thread Stefan Beller
> [*] https://github.com/magit/magit/issues/460#issuecomment-36035787. I would agree with the thinking in that issue.

Re: init --separate-git-dir does not set core.worktree

2017-02-04 Thread Kyle Meyer
quot;.git" files alone can be used for anything. In > theory you can always create a secondary worktree (that's not managed > by "git worktree") by setting GIT_WORK_TREE and "git checkout -f" > somewhere. But I guess those would be temporary and nobody would want >

Re: init --separate-git-dir does not set core.worktree

2017-02-03 Thread Duy Nguyen
On Thu, Feb 2, 2017 at 7:37 PM, Kyle Meyer wrote: > Duy Nguyen writes: > >> On Thu, Feb 2, 2017 at 10:55 AM, Kyle Meyer wrote: >>> >>> As of 6311cfaf9 (init: do not set unnecessary core.worktree, >>> 2016-09-25), "git init --separate-git-dir"

Re: init --separate-git-dir does not set core.worktree

2017-02-02 Thread Kyle Meyer
Duy Nguyen writes: > On Thu, Feb 2, 2017 at 10:55 AM, Kyle Meyer wrote: >> >> As of 6311cfaf9 (init: do not set unnecessary core.worktree, >> 2016-09-25), "git init --separate-git-dir" no longer sets core.worktree >> (test below). Based on the commit message

Re: init --separate-git-dir does not set core.worktree

2017-02-02 Thread Duy Nguyen
On Thu, Feb 2, 2017 at 10:55 AM, Kyle Meyer wrote: > Hello, > > As of 6311cfaf9 (init: do not set unnecessary core.worktree, > 2016-09-25), "git init --separate-git-dir" no longer sets core.worktree > (test below). Based on the commit message and the corresponding thread > [1],

init --separate-git-dir does not set core.worktree

2017-02-01 Thread Kyle Meyer
Hello, As of 6311cfaf9 (init: do not set unnecessary core.worktree, 2016-09-25), "git init --separate-git-dir" no longer sets core.worktree (test below). Based on the commit message and the corresponding thread [1], I don't think this change in behavior was intentional, but I wasn't able to