Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/switch-and-restore'
author
Junio C Hamano
<gitster@pobox.com>
Thu, 8 Aug 2019 21:26:09 +0000
(14:26 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 8 Aug 2019 21:26:09 +0000
(14:26 -0700)
Docfix.
* nd/switch-and-restore:
restore: fix typo in docs
Documentation/git-restore.txt
patch
|
blob
|
history
raw
(from parent 1:
68c1ac4
)
diff --git
a/Documentation/git-restore.txt
b/Documentation/git-restore.txt
index d90093f195bc6a9b2b3d2d20be89c59e4d708739..1ab2e40ea938195aa8f1bd45f5bf3ae711b7055a 100644
(file)
--- 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 i
ndex i
s
+the index, and the default restore source for the index is
`HEAD`. When both `--staged` and `--worktree` are specified,
`--source` must also be specified.