summaryrefslogtreecommitdiffstats
path: root/git-stash.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-21 17:46:43 +0000
commit1aa40d2e3f5186afb805e7020577acb9f5f78b89 (patch)
tree72812d480799e16b94f9cfed423b8d7d45c7fb4f /git-stash.html
parenta9701f0184382d8de7380c56558718915905746a (diff)
downloadgit-htmldocs-1aa40d2e3f5186afb805e7020577acb9f5f78b89.tar.gz
Autogenerated HTML docs for v1.6.6.1-383-g5a9f
Diffstat (limited to 'git-stash.html')
-rw-r--r--git-stash.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-stash.html b/git-stash.html
index a66cb37fd..99566a4c2 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -332,7 +332,7 @@ git-stash(1) Manual Page
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="para"><p>Use <em>git stash</em> when you want to record the current state of the
+<div class="para"><p>Use <tt>git stash</tt> when you want to record the current state of the
working directory and the index, but want to go back to a clean
working directory. The command saves your local modifications away
and reverts the working directory to match the <tt>HEAD</tt> commit.</p></div>
@@ -391,7 +391,7 @@ list [&lt;options&gt;]
<pre><tt>stash@{0}: WIP on submit: 6ebd0e2... Update git-stash documentation
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>
+<div class="para"><p>The command takes options applicable to the <em>git log</em>
command to control what is shown and how. See <a href="git-log.html">git-log(1)</a>.</p></div>
</dd>
<dt>
@@ -402,7 +402,7 @@ show [&lt;stash&gt;]
Show the changes recorded in the stash as a diff between the
stashed state and its original parent. When no <tt>&lt;stash&gt;</tt> is given,
shows the latest one. By default, the command shows the diffstat, but
- it will accept any format known to <em>git-diff</em> (e.g., <tt>git stash show
+ it will accept any format known to <em>git diff</em> (e.g., <tt>git stash show
-p stash@{1}</tt> to view the second most recent stash in patch form).
</p>
</dd>
@@ -546,7 +546,7 @@ $ git checkout my_wip
$ git reset --soft HEAD^
# ... continue hacking ...</tt></pre>
</div></div>
-<div class="para"><p>You can use <em>git-stash</em> to simplify the above, like this:</p></div>
+<div class="para"><p>You can use <em>git stash</em> to simplify the above, like this:</p></div>
<div class="listingblock">
<div class="content">
<pre><tt># ... hack hack hack ...
@@ -615,7 +615,7 @@ xargs git log --merges --no-walk --grep=WIP</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:49 UTC
+Last updated 2010-01-21 17:44:38 UTC
</div>
</div>
</body>