diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-07-17 10:44:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-17 10:44:55 -0700 |
commit | 4d9f744e34e079310f4e9bb64d13c423906ee62e (patch) | |
tree | 92999beff447106102939b4afed5cce4eb6103d2 /Documentation/git.txt | |
parent | 6003e7f93a5a5a9bd023cb337eb26be365703ab2 (diff) | |
parent | 1eaca7a5bbd2d1c418da3b3472e10a5baa06c746 (diff) | |
download | git-4d9f744e34e079310f4e9bb64d13c423906ee62e.tar.gz |
Merge branch 'es/worktree-add'
Update to the "linked checkout" in 2.5.0-rc1.
Instead of "checkout --to" that does not do what "checkout"
normally does, move the functionality to "git worktree add".
As this makes the end-user experience of the "worktree add" more or
less complete, I am tempted to say we should cook the other topic
that removes the internal "new-worktree-mode" hack from "checkout"
a bit longer in 'next', and release 2.5 final without that one.
* es/worktree-add:
Documentation/git: fix stale "MULTIPLE CHECKOUT MODE" reference
worktree: caution that this is still experimental
Documentation/git-worktree: fix stale "git checkout --to" references
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index d4aa3f6050..2ca77c8913 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -845,7 +845,7 @@ Git so take care if using Cogito etc. normally in $GIT_DIR will be taken from this path instead. Worktree-specific files such as HEAD or index are taken from $GIT_DIR. See linkgit:gitrepository-layout[5] and - the section 'MULTIPLE CHECKOUT MODE' in linkgit:checkout[1] + linkgit:git-worktree[1] for details. This variable has lower precedence than other path variables such as GIT_INDEX_FILE, GIT_OBJECT_DIRECTORY... |