summaryrefslogtreecommitdiffstats
path: root/git-stash.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-08 09:21:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-08 09:21:16 +0000
commitb515b6a4d0d6c3d14be2f83e9a971495d1f16b30 (patch)
treed1afbfe84b7f650af05a1f217beb29299ea9890d /git-stash.html
parente9bfa9b2c97714ddb520595db729bcad416ce1d3 (diff)
downloadgit-htmldocs-b515b6a4d0d6c3d14be2f83e9a971495d1f16b30.tar.gz
Autogenerated HTML docs for v1.5.3-rc4-29-g74276
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 fceecdd72..ec8f78fcc 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -291,8 +291,8 @@ you can give a more descriptive message on the command line when
you create one.</p>
<p>The latest stash you created is stored in <tt>$GIT_DIR/refs/stash</tt>; older
stashes are found in the reflog of this reference and can be named using
-the usual reflog syntax (e.g. <tt>stash@{1}</tt> is the most recently
-created stash, <tt>stash@{2}</tt> is the one before it, <tt>stash@{2.hours.ago}</tt>
+the usual reflog syntax (e.g. <tt>stash@{0}</tt> is the most recently
+created stash, <tt>stash@{1}</tt> is the one before it, <tt>stash@{2.hours.ago}</tt>
is also possible).</p>
</div>
<h2>OPTIONS</h2>
@@ -314,7 +314,7 @@ list
<dd>
<p>
List the stashes that you currently have. Each <em>stash</em> is listed
- with its name (e.g. <tt>stash@{0}</tt> is the latest stash, `stash@{1} is
+ with its name (e.g. <tt>stash@{0}</tt> is the latest stash, <tt>stash@{1}</tt> is
the one before, etc.), the name of the branch that was current when the
stash was made, and a short description of the commit the stash was
based on.
@@ -334,7 +334,7 @@ show [&lt;stash&gt;]
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 <tt>git-diff</tt> (e.g., <tt>git-stash show
- -p stash@{2}</tt> to view the second most recent stash in patch form).
+ -p stash@{1}</tt> to view the second most recent stash in patch form).
</p>
</dd>
<dt>
@@ -456,7 +456,7 @@ $ git stash apply
</div>
<div id="footer">
<div id="footer-text">
-Last updated 19-Jul-2007 02:09:56 UTC
+Last updated 08-Aug-2007 09:20:37 UTC
</div>
</div>
</body>