summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-11-29 13:28:02 -0800
committerJunio C Hamano <gitster@pobox.com>2016-11-29 13:28:02 -0800
commit797d1a4672c67ed4e560c67c5d1fe208e31f0b47 (patch)
tree7a4b3fa36c96aefc16cb3c3c9897eb13f13b0752
parentd92466ee25ca2dd79c6f0f7a804f765a5930990c (diff)
parent2b090822e8d4d2002499bb0fb02a611bb2c775a9 (diff)
downloadgit-797d1a4672c67ed4e560c67c5d1fe208e31f0b47.tar.gz
Merge branch 'nd/worktree-lock' into maint
Typofix. * nd/worktree-lock: git-worktree.txt: fix typo "to"/"two", and add comma
-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 0aeb020d02..e257c19ebe 100644
--- a/Documentation/git-worktree.txt
+++ b/Documentation/git-worktree.txt
@@ -133,7 +133,7 @@ OPTIONS
+
If the last path components in the working tree's path is unique among
working trees, it can be used to identify worktrees. For example if
-you only have to working trees at "/abc/def/ghi" and "/abc/def/ggg",
+you only have two working trees, at "/abc/def/ghi" and "/abc/def/ggg",
then "ghi" or "def/ghi" is enough to point to the former working tree.
DETAILS