From: William Chargin Date: Sat, 3 Aug 2019 22:04:58 +0000 (-0700) Subject: restore: fix typo in docs X-Git-Tag: v2.23.0-rc2~7^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/21416f0a07 restore: fix typo in docs Signed-off-by: William Chargin Signed-off-by: Junio C Hamano --- 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.