Skip to content

Commit

Permalink
Documentation/git-stash.txt: add a missing verb
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Loriot <sloriot.ml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Sébastien Loriot authored and Junio C Hamano committed Dec 10, 2012
1 parent ac046c0 commit 5badfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-stash.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 5badfdc

Please sign in to comment.