Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-worktree.txt: fix typo "to"/"two", and add comma
author
Ben North
<ben@redfrontdoor.org>
Sat, 12 Nov 2016 08:55:16 +0000
(08:55 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 14 Nov 2016 01:56:56 +0000
(17:56 -0800)
Signed-off-by: Ben North <ben@redfrontdoor.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-worktree.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
080739b
)
diff --git
a/Documentation/git-worktree.txt
b/Documentation/git-worktree.txt
index 7850deedf7fc57f17060dab6e5b89bd49ee74ce6..cb263733ddfbaa30ccfb147da51917a9eb55b8fa 100644
(file)
--- a/
Documentation/git-worktree.txt
+++ b/
Documentation/git-worktree.txt
@@
-132,7
+132,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 t
o working trees
at "/abc/def/ghi" and "/abc/def/ggg",
+you only have t
wo 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