<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-worktree.txt, branch v2.8.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.8.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.8.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2016-01-22T22:28:42Z</updated>
<entry>
<title>worktree: stop supporting moving worktrees manually</title>
<updated>2016-01-22T22:28:42Z</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2016-01-22T08:35:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=618244e160cb0777bc8d41055f7de0192b10ea0f'/>
<id>urn:sha1:618244e160cb0777bc8d41055f7de0192b10ea0f</id>
<content type='text'>
The current update_linked_gitdir() has a bug that can create "gitdir"
file in non-multi-worktree setup. Worse, sometimes it can write relative
path to "gitdir" file, which will not work (e.g. "git worktree list"
will display the worktree's location incorrectly)

Instead of fixing this, we step back a bit. The original design was
probably not well thought out. For now, if the user manually moves a
worktree, they have to fix up "gitdir" file manually or the worktree
will get pruned.

Helped-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Nguyễn Thái Ngọc Duy &lt;pclouds@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>worktree: add 'list' command</title>
<updated>2015-10-08T18:57:14Z</updated>
<author>
<name>Michael Rappazzo</name>
<email>rappazzo@gmail.com</email>
</author>
<published>2015-10-08T17:01:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bb9c03b82add467592249a222018a150684a4c97'/>
<id>urn:sha1:bb9c03b82add467592249a222018a150684a4c97</id>
<content type='text'>
'git worktree list' iterates through the worktree list, and outputs
details of the worktree including the path to the worktree, the currently
checked out revision and branch, and if the work tree is bare.  There is
also porcelain format option available.

Signed-off-by: Michael Rappazzo &lt;rappazzo@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/git-worktree: fix duplicated 'from'</title>
<updated>2015-08-05T19:57:14Z</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2015-08-04T12:27:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=65f9b75dfe34a67cf4c6a8507f999c5710d36ba9'/>
<id>urn:sha1:65f9b75dfe34a67cf4c6a8507f999c5710d36ba9</id>
<content type='text'>
Signed-off-by: Patrick Steinhardt &lt;ps@pks.im&gt;
Acked-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/git-worktree: fix broken 'linkgit' invocation</title>
<updated>2015-07-24T17:11:35Z</updated>
<author>
<name>Eric Sunshine</name>
<email>sunshine@sunshineco.com</email>
</author>
<published>2015-07-24T04:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5f5f553fd571732f6ff78107fb6223c5cf7b441f'/>
<id>urn:sha1:5f5f553fd571732f6ff78107fb6223c5cf7b441f</id>
<content type='text'>
Signed-off-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>worktree: add: suppress auto-vivication with --detach and no &lt;branch&gt;</title>
<updated>2015-07-20T18:29:51Z</updated>
<author>
<name>Eric Sunshine</name>
<email>sunshine@sunshineco.com</email>
</author>
<published>2015-07-17T23:00:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5c942570fe2a48d8fde348e89392c2e9e23aa483'/>
<id>urn:sha1:5c942570fe2a48d8fde348e89392c2e9e23aa483</id>
<content type='text'>
Fix oversight where branch auto-vivication incorrectly kicks in when
--detach is specified and &lt;branch&gt; omitted. Instead, treat:

    git worktree add --detach &lt;path&gt;

as shorthand for:

    git worktree add --detach &lt;path&gt; HEAD

Signed-off-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>config: rename "gc.pruneWorktreesExpire" to "gc.worktreePruneExpire"</title>
<updated>2015-07-20T18:09:06Z</updated>
<author>
<name>Eric Sunshine</name>
<email>sunshine@sunshineco.com</email>
</author>
<published>2015-07-20T05:29:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=114ff8881ac3de4b97f62f014560c99bed5dab92'/>
<id>urn:sha1:114ff8881ac3de4b97f62f014560c99bed5dab92</id>
<content type='text'>
As of df0b6cf (worktree: new place for "git prune --worktrees",
2015-06-29), linked worktree pruning functionality moved from
"git prune --worktrees" to "git worktree prune". Rename the
associated configuration variable accordingly.

Signed-off-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/git-worktree: fix incorrect reference to file "locked"</title>
<updated>2015-07-20T18:03:57Z</updated>
<author>
<name>Michael Haggerty</name>
<email>mhagger@alum.mit.edu</email>
</author>
<published>2015-07-20T05:29:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2e73ab6e697ff8a98fd359321b584d01fa4f8672'/>
<id>urn:sha1:2e73ab6e697ff8a98fd359321b584d01fa4f8672</id>
<content type='text'>
The administrative file to suppress pruning is named "locked", not "lock".

[es: don't touch unrelated "git worktree lock" command; reword commit
message]

Signed-off-by: Michael Haggerty &lt;mhagger@alum.mit.edu&gt;
Signed-off-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/git-worktree: consistently use term "linked working tree"</title>
<updated>2015-07-20T18:03:57Z</updated>
<author>
<name>Michael Haggerty</name>
<email>mhagger@alum.mit.edu</email>
</author>
<published>2015-07-20T05:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bc483285b79c880b606bdffc0fffec3850458aca'/>
<id>urn:sha1:bc483285b79c880b606bdffc0fffec3850458aca</id>
<content type='text'>
Sometimes linked working trees were called "linked working
directories" or "linked worktrees". Always refer to them as "linked
working trees" for consistency.

[es: fix additional occurrences]

Signed-off-by: Michael Haggerty &lt;mhagger@alum.mit.edu&gt;
Signed-off-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>worktree: caution that this is still experimental</title>
<updated>2015-07-16T22:59:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2015-07-16T22:59:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=18b22dbed8e106cfc7899d1c606c1f7c12de6404'/>
<id>urn:sha1:18b22dbed8e106cfc7899d1c606c1f7c12de6404</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/git-worktree: fix stale "git checkout --to" references</title>
<updated>2015-07-16T22:59:17Z</updated>
<author>
<name>Eric Sunshine</name>
<email>sunshine@sunshineco.com</email>
</author>
<published>2015-07-16T22:09:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4d5a3c588480953bd94dcc68ff198ad78e562c46'/>
<id>urn:sha1:4d5a3c588480953bd94dcc68ff198ad78e562c46</id>
<content type='text'>
These should have been changed to "git worktree add" by fc56361
(worktree: introduce "add" command, 2015-07-06.

Signed-off-by: Eric Sunshine &lt;sunshine@sunshineco.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
