From: Eric Sunshine Date: Tue, 4 Aug 2020 00:55:34 +0000 (-0400) Subject: git-worktree.txt: make start of new sentence more obvious X-Git-Tag: v2.29.0-rc0~177^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1933f6ce4399262c0e4eac33e9d2893bf9824e7f;p=thirdparty%2Fgit.git git-worktree.txt: make start of new sentence more obvious When reading the rendered description of `add`, it's easy to trip over and miss the end of one sentence and the start of the next, making it seem as if they are part of the same statement, separated only by a dash: ... specific files such as HEAD, index, etc. - may also be specified as ; it is synonymous with... This can be particularly confusing since the thoughts expressed by the two sentences are unrelated. Reduce the likelihood of confusion by making it obvious that the two sentences are distinct. Signed-off-by: Eric Sunshine Reviewed-by: Taylor Blau Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-worktree.txt b/Documentation/git-worktree.txt index ce2d40ee4c..544464f949 100644 --- a/Documentation/git-worktree.txt +++ b/Documentation/git-worktree.txt @@ -48,8 +48,8 @@ add []:: Create `` and checkout `` into it. The new working directory is linked to the current repository, sharing everything except working -directory specific files such as `HEAD`, `index`, etc. `-` may also be -specified as ``; it is synonymous with `@{-1}`. +directory specific files such as `HEAD`, `index`, etc. As a convenience, +`` may be a bare "`-`", which is synonymous with `@{-1}`. + If `` is a branch name (call it ``) and is not found, and neither `-b` nor `-B` nor `--detach` are used, but there does