doc: checkout: fix broken text reference
authorAlexandr Miloslavskiy <redacted>
Tue, 3 Dec 2019 14:02:15 +0000 (14:02 +0000)
committerJunio C Hamano <redacted>
Wed, 4 Dec 2019 18:10:37 +0000 (10:10 -0800)
Signed-off-by: Alexandr Miloslavskiy <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git-checkout.txt

index 2011fdbb1d103684e38014b4db8d2b822f516e13..d47046e05034d6e02241b777b2ddd6d985e3fda7 100644 (file)
@@ -95,12 +95,10 @@ using `--ours` or `--theirs`.  With `-m`, changes made to the working tree
 file can be discarded to re-create the original conflicted merge result.
 
 'git checkout' (-p|--patch) [<tree-ish>] [--] [<pathspec>...]::
-       This is similar to the "check out paths to the working tree
-       from either the index or from a tree-ish" mode described
-       above, but lets you use the interactive interface to show
-       the "diff" output and choose which hunks to use in the
-       result.  See below for the description of `--patch` option.
-
+       This is similar to the previous mode, but lets you use the
+       interactive interface to show the "diff" output and choose which
+       hunks to use in the result.  See below for the description of
+       `--patch` option.
 
 OPTIONS
 -------
git clone https://git.99rst.org/PROJECT