summaryrefslogtreecommitdiffstats
path: root/git-stash.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-10-31 04:03:55 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-10-31 04:03:55 +0000
commitc21ab059d7d4dcad19afc93fc1499e8a9b97fd7a (patch)
treee089d48d0f6440fa50436a1e9ad275bd4556332e /git-stash.html
parent621e123b886211db461d69906b1e7c184c37263e (diff)
downloadgit-htmldocs-c21ab059d7d4dcad19afc93fc1499e8a9b97fd7a.tar.gz
Autogenerated HTML docs for v1.6.5.2-140-g5f809
Diffstat (limited to 'git-stash.html')
-rw-r--r--git-stash.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/git-stash.html b/git-stash.html
index 1b605823b..860e38e44 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -360,7 +360,7 @@ save [--patch] [--[no-]keep-index] [-q|--quiet] [&lt;message&gt;]
Save your local modifications to a new <em>stash</em>, and run <tt>git reset
--hard</tt> to revert them. The &lt;message&gt; part is optional and gives
the description along with the stashed state. For quickly making
- a snapshot, you can omit _both_ "save" and &lt;message&gt;, but giving
+ 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
subcommand from making an unwanted stash.
</p>
@@ -392,8 +392,7 @@ list [&lt;options&gt;]
stash@{1}: On master: 9cc0589... Add git-stash</tt></pre>
</div></div>
<div class="para"><p>The command takes options applicable to the <em>git-log</em>
-command to control what is shown and how. If no options are set, the
-default is <tt>-n 10</tt>. See <a href="git-log.html">git-log(1)</a>.</p></div>
+command to control what is shown and how. See <a href="git-log.html">git-log(1)</a>.</p></div>
</dd>
<dt>
show [&lt;stash&gt;]
@@ -616,7 +615,7 @@ xargs git log --merges --no-walk --grep=WIP</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-10-13 09:06:18 UTC
+Last updated 2009-10-31 04:03:09 UTC
</div>
</div>
</body>