From: Sébastien Loriot Date: Mon, 10 Dec 2012 07:22:34 +0000 (+0100) Subject: Documentation/git-stash.txt: add a missing verb X-Git-Tag: v1.8.0.2~1 X-Git-Url: https://repo.or.cz/w/git.git/commitdiff_plain/5badfdcf8852cf3afe2bde17ec2a11cde8cfc2e9 Documentation/git-stash.txt: add a missing verb Signed-off-by: Sébastien Loriot Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-stash.txt b/Documentation/git-stash.txt index 0aa4e20eae..711ffe17a7 100644 --- a/Documentation/git-stash.txt +++ b/Documentation/git-stash.txt @@ -144,7 +144,7 @@ drop [-q|--quiet] []:: Remove a single stashed state from the stash list. When no `` is given, it removes the latest one. i.e. `stash@{0}`, otherwise - `` must a valid stash log reference of the form + `` must be a valid stash log reference of the form `stash@{}`. create::