From: Linus Torvalds Date: Mon, 27 Sep 2010 19:14:57 +0000 (-0700) Subject: Fix missing 'does' in man-page for 'git checkout' X-Git-Tag: v1.7.3.1~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=442cb08fa0dca38c99cf1ff8a5654a95a5cad7a4;p=git.git Fix missing 'does' in man-page for 'git checkout' Reported-by: Rainer Standke Signed-off-by: Linus Torvalds Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkout.txt index f88e9977d..22d36114d 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -45,14 +45,14 @@ successful. 'git checkout' [--patch] [] [--] ...:: - When or `--patch` are given, 'git checkout' *not* switch - branches. It updates the named paths in the working tree from - the index file or from a named (most often a commit). In - this case, the `-b` and `--track` options are meaningless and giving - either of them results in an error. The argument can be - used to specify a specific tree-ish (i.e. commit, tag or tree) - to update the index for the given paths before updating the - working tree. + When or `--patch` are given, 'git checkout' does *not* + switch branches. It updates the named paths in the working tree + from the index file or from a named (most often a + commit). In this case, the `-b` and `--track` options are + meaningless and giving either of them results in an error. The + argument can be used to specify a specific tree-ish + (i.e. commit, tag or tree) to update the index for the given + paths before updating the working tree. + The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the