aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Thielow <ralf.thielow@gmail.com>2018-01-11 19:18:21 +0100
committerJunio C Hamano <gitster@pobox.com>2018-01-11 12:19:40 -0800
commit50fdf7b1b12c801ded04c31c108ece9a9570a9ec (patch)
tree7340dae6dcd31bc74521ada476d24824ca61b73a
parente92445a73173cf21a11b8e79cb7be16485deec69 (diff)
downloadgit-50fdf7b1b12c801ded04c31c108ece9a9570a9ec.tar.gz
git-50fdf7b1b12c801ded04c31c108ece9a9570a9ec.tar.xz
Documentation/git-worktree.txt: add missing `
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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.
+