diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-11-17 13:45:21 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-11-17 13:45:21 -0800 |
commit | 166251c32e69e9a66913c62e9263135f8ae103e6 (patch) | |
tree | 4462b65c692e5af670c9352c3b6ae6dafec69c5a | |
parent | 3ab228137f980ff72dbdf5064a877d07bec76df9 (diff) | |
parent | 2b090822e8d4d2002499bb0fb02a611bb2c775a9 (diff) | |
download | git-166251c32e69e9a66913c62e9263135f8ae103e6.tar.gz |
Merge branch 'nd/worktree-lock'
Typofix.
* nd/worktree-lock:
git-worktree.txt: fix typo "to"/"two", and add comma
-rw-r--r-- | Documentation/git-worktree.txt | 2 |
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 |