File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ about how to manage a potential strftime() failure when it is passed a
207207bogus format ensued.
208208
209209
210- * Linked-worktrees
210+ * [ New ` git worktree ` command ] ( http://thread.gmane.org/gmane.comp.version-control.git/272949 )
211211
212212The linked-worktree facility allows multiple working directories to share a
213213single repository, with (typically) a different branch checked out in each
@@ -221,7 +221,7 @@ Creation of linked-worktrees is accomplished via `git checkout --to <path>
221221<branch >` , and cleanup of leftover administrative files, after ` <path >` is
222222deleted, is done with ` git prune --worktrees ` . However, a recent unrelated
223223change to ` git prune ` led to a
224- [ discussion] ( http://article .gmane.org/gmane.comp.version-control.git/272546 )
224+ [ discussion] ( http://thread .gmane.org/gmane.comp.version-control.git/272447/focus= 272546 )
225225that concluded that worktree-related maintenance functionality doesn't
226226belong in ` git prune ` .
227227
You can’t perform that action at this time.
0 commit comments