summaryrefslogtreecommitdiffstats
path: root/git-stash.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-02-21 02:29:42 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-02-21 02:29:42 +0000
commit83d46a2997fadfa1cbb85053f1c7315fa3591d67 (patch)
treef9ddd48ee2b24b01e8a0ca545ab369ec75647ec4 /git-stash.html
parent6d559fc736bece9bac0d731b496639cbfe9ef757 (diff)
downloadgit-htmldocs-83d46a2997fadfa1cbb85053f1c7315fa3591d67.tar.gz
Autogenerated HTML docs for v1.5.4.2-184-gb23b
Diffstat (limited to 'git-stash.html')
-rw-r--r--git-stash.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/git-stash.html b/git-stash.html
index 24afdd1cb..0300f0c60 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -310,7 +310,7 @@ save [&lt;message&gt;]
</p>
</dd>
<dt>
-list
+list [&lt;options&gt;]
</dt>
<dd>
<p>
@@ -325,6 +325,8 @@ list
<pre><tt>stash@{0}: WIP on submit: 6ebd0e2... Update git-stash documentation
stash@{1}: On master: 9cc0589... Add git-stash</tt></pre>
</div></div>
+<p>The command takes options applicable to the <a href="git-log.html">git-log(1)</a>
+command to control what is shown and how.</p>
</dd>
<dt>
show [&lt;stash&gt;]
@@ -461,7 +463,7 @@ $ git stash apply
</div>
<div id="footer">
<div id="footer-text">
-Last updated 03-Feb-2008 10:36:09 UTC
+Last updated 21-Feb-2008 02:29:24 UTC
</div>
</div>
</body>