aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-01-11 13:16:36 -0800
committerJunio C Hamano <gitster@pobox.com>2018-01-11 13:16:36 -0800
commit453f3fec592635c2811725e17627c8b1ef10b56d (patch)
tree16cb8f8fce2ade7e451ccfe84dd0ff9b6f6a65e2
parent91ec08a078bad1238c0914804c41fbc62f038c47 (diff)
parent50fdf7b1b12c801ded04c31c108ece9a9570a9ec (diff)
downloadgit-453f3fec592635c2811725e17627c8b1ef10b56d.tar.gz
git-453f3fec592635c2811725e17627c8b1ef10b56d.tar.xz
Merge branch 'tg/worktree-create-tracking'
Doc hotfix. * tg/worktree-create-tracking: Documentation/git-worktree.txt: add missing `
-rw-r--r--Documentation/git-worktree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt
index f850e8ffb..41585f535 100644
--- a/Documentation/git-worktree.txt
+++ b/Documentation/git-worktree.txt
@@ -118,7 +118,7 @@ OPTIONS
--[no-]guess-remote::
With `worktree add <path>`, without `<commit-ish>`, instead
of creating a new branch from HEAD, if there exists a tracking
- branch in exactly one remote matching the basename of `<path>,
+ branch in exactly one remote matching the basename of `<path>`,
base the new branch on the remote-tracking branch, and mark
the remote-tracking branch as "upstream" from the new branch.
+