Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-08-09 00:26:09 +0300
committerJunio C Hamano <gitster@pobox.com>2019-08-09 00:26:09 +0300
commitc0a6c6614dcb660a31ac8b716a89a8911b1ab6d6 (patch)
treee4c9fd03ad1f62837a21064eb5026d2e4bc3f945 /Documentation
parent68c1ac4a0bdff0c0522a243e520f16995ade5959 (diff)
parent21416f0a0753890d2364c52c1df107304cb5e9ab (diff)
Merge branch 'nd/switch-and-restore'
Docfix. * nd/switch-and-restore: restore: fix typo in docs
Diffstat (limited to 'Documentation')
-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.