Autogenerated HTML docs for v1.5.4-7-gd8534
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 3 Feb 2008 10:36:27 +0000 (10:36 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 3 Feb 2008 10:36:27 +0000 (10:36 +0000)
git-stash.html
git-stash.txt

index faf400bb3520f3afbcf889c27a6dc71ada5789ec..24afdd1cb83cbc5e9c5baab0a4ae8edfb9b27666 100644 (file)
@@ -274,7 +274,7 @@ git-stash(1) Manual Page
 <div class="sectionbody">\r
 <div class="verseblock">\r
 <div class="content"><em>git-stash</em> (list | show [&lt;stash&gt;] | apply [&lt;stash&gt;] | clear)\r
-<em>git-stash</em> [save] [message&#8230;]</div></div>\r
+<em>git-stash</em> [save [&lt;message&gt;]]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -299,13 +299,14 @@ is also possible).</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
-save\r
+save [&lt;message&gt;]\r
 </dt>\r
 <dd>\r
 <p>\r
         Save your local modifications to a new <em>stash</em>, and run <tt>git-reset\r
         --hard</tt> to revert them.  This is the default action when no\r
-        subcommand is given.\r
+        subcommand is given. The &lt;message&gt; part is optional and gives\r
+        the description along with the stashed state.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -460,7 +461,7 @@ $ git stash apply
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 07-Jan-2008 07:50:50 UTC\r
+Last updated 03-Feb-2008 10:36:09 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9889806a5ef2cf7a93ead43383920364dac90b40..cd0dc1bd9d53282d65c52e6b9ded6d40fe087598 100644 (file)
@@ -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::