summaryrefslogtreecommitdiffstats
path: root/git-stash.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-02-15 15:18:15 -0800
committerJunio C Hamano <gitster@pobox.com>2017-02-15 15:18:15 -0800
commite89102f576e57803186bcbec0507e49885224867 (patch)
treea7eb6c85dec2bba8a08ee969b5013ca92485a198 /git-stash.html
parenta8e4261bd5f84cbc59a4a12a7908561671210aba (diff)
downloadgit-htmldocs-e89102f576e57803186bcbec0507e49885224867.tar.gz
Autogenerated HTML docs for v2.12.0-rc1-28-gd09b6
Diffstat (limited to 'git-stash.html')
-rw-r--r--git-stash.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/git-stash.html b/git-stash.html
index 2982b66c2..726103777 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -793,8 +793,9 @@ save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q
</dt>
<dd>
<p>
- Save your local modifications to a new <em>stash</em>, and run <code>git reset
- --hard</code> to revert them. The &lt;message&gt; part is optional and gives
+ Save your local modifications to a new <em>stash</em> and roll them
+ back to HEAD (in the working tree and in the index).
+ The &lt;message&gt; part is optional and gives
the description along with the stashed state. For quickly making
a snapshot, you can omit <em>both</em> "save" and &lt;message&gt;, but giving
only &lt;message&gt; does not trigger this action to prevent a misspelled
@@ -1084,7 +1085,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 2016-10-31 14:39:16 PDT
+Last updated 2017-02-15 15:17:51 PST
</div>
</div>
</body>