summaryrefslogtreecommitdiffstats
path: root/git-stash.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-19 02:14:50 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-19 02:14:50 +0000
commitbb6e0789b38b1d3ecb600a1ff05cdff4b88f677c (patch)
tree902103a829e9f09e4159ada8fdc32c6c0ed00ffb /git-stash.html
parent18b6ff3704218dde27a820b56b39d02b6edb62ea (diff)
downloadgit-htmldocs-bb6e0789b38b1d3ecb600a1ff05cdff4b88f677c.tar.gz
Autogenerated HTML docs for v1.5.3-rc2-19-gc4fba
Diffstat (limited to 'git-stash.html')
-rw-r--r--git-stash.html13
1 files changed, 8 insertions, 5 deletions
diff --git a/git-stash.html b/git-stash.html
index 2e36538c4..fceecdd72 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -273,7 +273,8 @@ git-stash(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-stash</em> (save | list | show [&lt;stash&gt;] | apply [&lt;stash&gt;] | clear)</div></div>
+<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>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -285,7 +286,9 @@ and reverts the working directory to match the <tt>HEAD</tt> commit.</p>
<tt>git-stash list</tt>, inspected with <tt>git-stash show</tt>, and restored
(potentially on top of a different commit) with <tt>git-stash apply</tt>.
Calling git-stash without any arguments is equivalent to <tt>git-stash
-save</tt>.</p>
+save</tt>. A stash is by default listed as "WIP on <em>branchname</em> &#8230;", but
+you can give a more descriptive message on the command line when
+you create one.</p>
<p>The latest stash you created is stored in <tt>$GIT_DIR/refs/stash</tt>; older
stashes are found in the reflog of this reference and can be named using
the usual reflog syntax (e.g. <tt>stash@{1}</tt> is the most recently
@@ -318,8 +321,8 @@ list
</p>
<div class="listingblock">
<div class="content">
-<pre><tt>stash@{0}: submit: 6ebd0e2... Add git-stash
-stash@{1}: master: 9cc0589... Merge branch 'master' of gfi</tt></pre>
+<pre><tt>stash@{0}: WIP on submit: 6ebd0e2... Update git-stash documentation
+stash@{1}: On master: 9cc0589... Add git-stash</tt></pre>
</div></div>
</dd>
<dt>
@@ -453,7 +456,7 @@ $ git stash apply
</div>
<div id="footer">
<div id="footer-text">
-Last updated 05-Jul-2007 05:51:16 UTC
+Last updated 19-Jul-2007 02:09:56 UTC
</div>
</div>
</body>