summaryrefslogtreecommitdiffstats
path: root/git-stash.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-03-08 09:33:55 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-03-08 09:33:55 +0000
commit86bccccdbdcef5b72f60cca6ec3d9594b271dc63 (patch)
tree61e1ecc7a77398905ed58bc82aa67dc1fba38c8b /git-stash.html
parent3b022a5d9210de39138db2d53b13d6da2c8f364f (diff)
downloadgit-htmldocs-86bccccdbdcef5b72f60cca6ec3d9594b271dc63.tar.gz
Autogenerated HTML docs for v1.5.4.3-484-g60e3
Diffstat (limited to 'git-stash.html')
-rw-r--r--git-stash.html23
1 files changed, 21 insertions, 2 deletions
diff --git a/git-stash.html b/git-stash.html
index 0300f0c60..bd6adae9f 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -273,7 +273,7 @@ git-stash(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-stash</em> (list | show [&lt;stash&gt;] | apply [&lt;stash&gt;] | clear)
+<div class="content"><em>git-stash</em> (list | show [&lt;stash&gt;] | apply [&lt;stash&gt;] | clear | drop [&lt;stash&gt;] | pop [&lt;stash&gt;])
<em>git-stash</em> [save [&lt;message&gt;]]</div></div>
</div>
<h2>DESCRIPTION</h2>
@@ -365,6 +365,25 @@ clear
be subject to pruning, and may be difficult or impossible to recover.
</p>
</dd>
+<dt>
+drop [&lt;stash&gt;]
+</dt>
+<dd>
+<p>
+ Remove a single stashed state from the stash list. When no <tt>&lt;stash&gt;</tt>
+ is given, it removes the latest one. i.e. <tt>stash@{0}</tt>
+</p>
+</dd>
+<dt>
+pop [&lt;stash&gt;]
+</dt>
+<dd>
+<p>
+ Remove a single stashed state from the stash list and apply on top
+ of the current working tree state. When no <tt>&lt;stash&gt;</tt> is given,
+ <tt>stash@{0}</tt> is assumed. See also <tt>apply</tt>.
+</p>
+</dd>
</dl>
</div>
<h2>DISCUSSION</h2>
@@ -463,7 +482,7 @@ $ git stash apply
</div>
<div id="footer">
<div id="footer-text">
-Last updated 21-Feb-2008 02:29:24 UTC
+Last updated 08-Mar-2008 09:30:02 UTC
</div>
</div>
</body>