summaryrefslogtreecommitdiff
path: root/Documentation/git-restore.txt
diff options
context:
space:
mode:
authorLibravatar William Chargin <wchargin@gmail.com>2019-08-03 15:04:58 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-08-05 12:39:39 -0700
commit21416f0a0753890d2364c52c1df107304cb5e9ab (patch)
tree13edc225f264e60036e8ccf2be97cc0c7c4ea408 /Documentation/git-restore.txt
parentcompletion: disable dwim on "git switch -d" (diff)
downloadtgif-21416f0a0753890d2364c52c1df107304cb5e9ab.tar.xz
restore: fix typo in docs
Signed-off-by: William Chargin <wchargin@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-restore.txt')
-rw-r--r--Documentation/git-restore.txt2
1 files changed, 1 insertions, 1 deletions
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.