projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac046c0
)
Documentation/git-stash.txt: add a missing verb
author
Sébastien Loriot
<sloriot.ml@gmail.com>
Mon, 10 Dec 2012 07:22:34 +0000
(08:22 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 10 Dec 2012 16:18:25 +0000
(08:18 -0800)
Signed-off-by: Sébastien Loriot <sloriot.ml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-stash.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-stash.txt
b/Documentation/git-stash.txt
index 0aa4e20eaed524ee01ae4bee11873efaedf44124..711ffe17a7574511de6c20cb85b6cdd5a4fff5a5 100644
(file)
--- a/
Documentation/git-stash.txt
+++ b/
Documentation/git-stash.txt
@@
-144,7
+144,7
@@
drop [-q|--quiet] [<stash>]::
Remove a single stashed state from the stash list. When no `<stash>`
is given, it removes the latest one. i.e. `stash@{0}`, otherwise
- `<stash>` must a valid stash log reference of the form
+ `<stash>` must
be
a valid stash log reference of the form
`stash@{<revision>}`.
create::