summaryrefslogtreecommitdiffstats
path: root/git-stash.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-27 15:26:58 -0700
committerJunio C Hamano <gitster@pobox.com>2013-06-27 15:26:58 -0700
commit5075739d7c4a432eeda97873250b749473ff5656 (patch)
treee958c11c1cc4be37d2287445f9bb31200a6c3000 /git-stash.html
parent3a3357e80cfe1646ce4fc7d834b7cb4ee3e65283 (diff)
downloadgit-htmldocs-5075739d7c4a432eeda97873250b749473ff5656.tar.gz
Autogenerated HTML docs for v1.8.3.1-643-gebeea
Diffstat (limited to 'git-stash.html')
-rw-r--r--git-stash.html20
1 files changed, 17 insertions, 3 deletions
diff --git a/git-stash.html b/git-stash.html
index 7c44eb9a1..a5790bce8 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -751,10 +751,11 @@ git-stash(1) Manual Page
<em>git stash</em> drop [-q|--quiet] [&lt;stash&gt;]
<em>git stash</em> ( pop | apply ) [--index] [-q|--quiet] [&lt;stash&gt;]
<em>git stash</em> branch &lt;branchname&gt; [&lt;stash&gt;]
-<em>git stash</em> [save [--patch] [-k|--[no-]keep-index] [-q|--quiet]
+<em>git stash</em> [save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]
[-u|--include-untracked] [-a|--all] [&lt;message&gt;]]
<em>git stash</em> clear
-<em>git stash</em> create</pre>
+<em>git stash</em> create [&lt;message&gt;]
+<em>git stash</em> store [-m|--message &lt;message&gt;] [-q|--quiet] &lt;commit&gt;</pre>
<div class="attribution">
</div></div>
</div>
@@ -919,6 +920,19 @@ create
<p>
Create a stash (which is a regular commit object) and return its
object name, without storing it anywhere in the ref namespace.
+ This is intended to be useful for scripts. It is probably not
+ the command you want to use; see "save" above.
+</p>
+</dd>
+<dt class="hdlist1">
+store
+</dt>
+<dd>
+<p>
+ Store a given stash created via <em>git stash create</em> (which is a
+ dangling merge commit) in the stash ref, updating the stash
+ reflog. This is intended to be useful for scripts. It is
+ probably not the command you want to use; see "save" above.
</p>
</dd>
</dl></div>
@@ -1065,7 +1079,7 @@ xargs git log --merges --no-walk --grep=WIP</code></pre>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2012-12-10 14:16:45 PST
+Last updated 2013-06-27 15:25:55 PDT
</div>
</div>
</body>