summaryrefslogtreecommitdiffstats
path: root/git-stash.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-02-03 10:36:27 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-02-03 10:36:27 +0000
commit3a6d05dea470e2028842b1842238df899cdf189a (patch)
treeb8ea3ff33f374dfd8b6591a9e337b5241f8e699b /git-stash.txt
parent7b9b426ff24b8e718f11c9ff2348a100198e5638 (diff)
downloadgit-htmldocs-3a6d05dea470e2028842b1842238df899cdf189a.tar.gz
Autogenerated HTML docs for v1.5.4-7-gd8534
Diffstat (limited to 'git-stash.txt')
-rw-r--r--git-stash.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/git-stash.txt b/git-stash.txt
index 9889806a5..cd0dc1bd9 100644
--- a/git-stash.txt
+++ b/git-stash.txt
@@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
'git-stash' (list | show [<stash>] | apply [<stash>] | clear)
-'git-stash' [save] [message...]
+'git-stash' [save [<message>]]
DESCRIPTION
-----------
@@ -36,11 +36,12 @@ is also possible).
OPTIONS
-------
-save::
+save [<message>]::
Save your local modifications to a new 'stash', and run `git-reset
--hard` to revert them. This is the default action when no
- subcommand is given.
+ subcommand is given. The <message> part is optional and gives
+ the description along with the stashed state.
list::