summaryrefslogtreecommitdiffstats
path: root/git-stash.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-02-19 09:58:14 +0000
committerJunio C Hamano <junio@kernel.org>2010-02-19 09:58:14 +0000
commit4fdccb253a7d0538b30705e7408311950c78fae4 (patch)
tree8f816c4d339f6e75de193fa3f58fb9b356ea0360 /git-stash.html
parent85c44a9175871f71ce4f18363a471d0eca43fb08 (diff)
downloadgit-htmldocs-4fdccb253a7d0538b30705e7408311950c78fae4.tar.gz
Autogenerated HTML docs for v1.7.0-50-g50c1
Diffstat (limited to 'git-stash.html')
-rw-r--r--git-stash.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-stash.html b/git-stash.html
index 5c1d5cb45..52f78648d 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -343,7 +343,7 @@ Calling <tt>git stash</tt> without any arguments is equivalent to <tt>git stash
A stash is by default listed as "WIP on <em>branchname</em> &#8230;", but
you can give a more descriptive message on the command line when
you create one.</p></div>
-<div class="para"><p>The latest stash you created is stored in <tt>$GIT_DIR/refs/stash</tt>; older
+<div class="para"><p>The latest stash you created is stored in <tt>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@{0}</tt> is the most recently
created stash, <tt>stash@{1}</tt> is the one before it, <tt>stash@{2.hours.ago}</tt>
@@ -615,7 +615,7 @@ xargs git log --merges --no-walk --grep=WIP</tt></pre>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-02-13 00:59:57 UTC
+Last updated 2010-02-19 09:57:47 UTC
</div>
</div>
</body>