From 5badfdcf8852cf3afe2bde17ec2a11cde8cfc2e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 10 Dec 2012 08:22:34 +0100 Subject: [PATCH] Documentation/git-stash.txt: add a missing verb MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Loriot Signed-off-by: Junio C Hamano --- Documentation/git-stash.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.11.4.GIT