summaryrefslogtreecommitdiffstats
path: root/git-stash.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-08-16 10:23:18 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-08-16 10:23:18 +0000
commit9e96a1aba0e46aba28ff6eaae57784ea5d94b0fb (patch)
treeca388b51d49dec91fdfbefb1af3c6c7c365463d3 /git-stash.html
parent92a4abda8aa6d2589c4626a0ce37a614680ae905 (diff)
downloadgit-htmldocs-9e96a1aba0e46aba28ff6eaae57784ea5d94b0fb.tar.gz
Autogenerated HTML docs for v1.6.0-rc3-17-gc14c8
Diffstat (limited to 'git-stash.html')
-rw-r--r--git-stash.html21
1 files changed, 16 insertions, 5 deletions
diff --git a/git-stash.html b/git-stash.html
index 9e61785f4..22a945fde 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -321,11 +321,13 @@ git-stash(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git stash</em> list
-<em>git stash</em> (show | apply | drop | pop ) [&lt;stash&gt;]
+<div class="content"><em>git stash</em> list [&lt;options&gt;]
+<em>git stash</em> (show | drop | pop ) [&lt;stash&gt;]
+<em>git stash</em> apply [--index] [&lt;stash&gt;]
<em>git stash</em> branch &lt;branchname&gt; [&lt;stash&gt;]
-<em>git stash</em> [save [&lt;message&gt;]]
-<em>git stash</em> clear</div></div>
+<em>git stash</em> [save [--keep-index] [&lt;message&gt;]]
+<em>git stash</em> clear
+<em>git stash</em> create</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -454,6 +456,15 @@ pop [&lt;stash&gt;]
<tt>stash@{0}</tt> is assumed. See also <tt>apply</tt>.
</p>
</dd>
+<dt>
+create
+</dt>
+<dd>
+<p>
+ Create a stash (which is a regular commit object) and return its
+ object name, without storing it anywhere in the ref namespace.
+</p>
+</dd>
</dl></div>
</div>
<h2 id="_discussion">DISCUSSION</h2>
@@ -574,7 +585,7 @@ $ git commit foo -m 'Remaining parts'</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-07-14 03:12:31 UTC
+Last updated 2008-08-16 10:22:58 UTC
</div>
</div>
</body>