My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97ed685
)
restore: fix typo in docs
author
William Chargin
<wchargin@gmail.com>
Sat, 3 Aug 2019 22:04:58 +0000
(15:04 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 5 Aug 2019 19:39:39 +0000
(12:39 -0700)
Signed-off-by: William Chargin <wchargin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-restore.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-restore.txt
b/Documentation/git-restore.txt
index
d90093f
..
1ab2e40
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.