From: Junio C Hamano Date: Thu, 8 Aug 2019 21:26:09 +0000 (-0700) Subject: Merge branch 'nd/switch-and-restore' X-Git-Tag: v2.23.0-rc2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c0a6c6614dcb660a31ac8b716a89a8911b1ab6d6?hp=68c1ac4a0bdff0c0522a243e520f16995ade5959 Merge branch 'nd/switch-and-restore' Docfix. * nd/switch-and-restore: restore: fix typo in docs --- diff --git a/Documentation/git-restore.txt b/Documentation/git-restore.txt index d90093f195..1ab2e40ea9 100644 --- a/Documentation/git-restore.txt +++ b/Documentation/git-restore.txt @@ -39,7 +39,7 @@ OPTIONS commit, branch or tag associated with it. + If not specified, the default restore source for the working tree is -the index, and the default restore source for the index index is +the index, and the default restore source for the index is `HEAD`. When both `--staged` and `--worktree` are specified, `--source` must also be specified.