summaryrefslogtreecommitdiffstats
path: root/git-stash.html
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.html
parent7b9b426ff24b8e718f11c9ff2348a100198e5638 (diff)
downloadgit-htmldocs-3a6d05dea470e2028842b1842238df899cdf189a.tar.gz
Autogenerated HTML docs for v1.5.4-7-gd8534
Diffstat (limited to 'git-stash.html')
-rw-r--r--git-stash.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/git-stash.html b/git-stash.html
index faf400bb3..24afdd1cb 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -274,7 +274,7 @@ git-stash(1) Manual Page
<div class="sectionbody">
<div class="verseblock">
<div class="content"><em>git-stash</em> (list | show [&lt;stash&gt;] | apply [&lt;stash&gt;] | clear)
-<em>git-stash</em> [save] [message&#8230;]</div></div>
+<em>git-stash</em> [save [&lt;message&gt;]]</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -299,13 +299,14 @@ is also possible).</p>
<div class="sectionbody">
<dl>
<dt>
-save
+save [&lt;message&gt;]
</dt>
<dd>
<p>
Save your local modifications to a new <em>stash</em>, and run <tt>git-reset
--hard</tt> to revert them. This is the default action when no
- subcommand is given.
+ subcommand is given. The &lt;message&gt; part is optional and gives
+ the description along with the stashed state.
</p>
</dd>
<dt>
@@ -460,7 +461,7 @@ $ git stash apply
</div>
<div id="footer">
<div id="footer-text">
-Last updated 07-Jan-2008 07:50:50 UTC
+Last updated 03-Feb-2008 10:36:09 UTC
</div>
</div>
</body>