add stash drop documentation

This commit is contained in:
Josh Holtrop 2012-03-26 15:30:36 -04:00
parent 0af0ce1ce6
commit 3b4944f6f7
2 changed files with 6 additions and 0 deletions

3
README
View File

@ -66,6 +66,9 @@ Implemented subcommands:
- <id> defaults to the newest stash object created - <id> defaults to the newest stash object created
show [id]: show [id]:
- display the diff stored in stash with ID <id> - display the diff stored in stash with ID <id>
drop [id]:
- delete stash object <id>
- <id> defaults to the newest stash object created
The following subcommands are executed using their native handler, but The following subcommands are executed using their native handler, but
have their output simplified and/or colorized: have their output simplified and/or colorized:

3
jsvn
View File

@ -68,6 +68,9 @@
# - <id> defaults to the newest stash object created # - <id> defaults to the newest stash object created
# show [id]: # show [id]:
# - display the diff stored in stash with ID <id> # - display the diff stored in stash with ID <id>
# drop [id]:
# - delete stash object <id>
# - <id> defaults to the newest stash object created
# #
# The following subcommands are executed using their native handler, but # The following subcommands are executed using their native handler, but
# have their output simplified and/or colorized: # have their output simplified and/or colorized: