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-Url: http://git.tremily.us/?a=commitdiff_plain;h=5badfdcf8852cf3afe2bde17ec2a11cde8cfc2e9;p=git.git 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 0aa4e20ea..711ffe17a 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::