summaryrefslogtreecommitdiffstats
path: root/git-stash.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-02-22 16:57:12 -0800
committerJunio C Hamano <gitster@pobox.com>2021-02-22 16:57:12 -0800
commita70c988a0584e1197ffd19b26c28e9790da32363 (patch)
treeeb0f2dd1584011f40e4589c81288ac3b9f3d7c61 /git-stash.html
parentb4fc8e8cbb4fa1443a8546bdff0b1e5cd06f15fd (diff)
downloadgit-htmldocs-a70c988a0584e1197ffd19b26c28e9790da32363.tar.gz
Autogenerated HTML docs for v2.30.1-602-g966e6
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 444a667b8..148879c44 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -749,8 +749,8 @@ git-stash(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git stash</em> list [&lt;options&gt;]
-<em>git stash</em> show [&lt;options&gt;] [&lt;stash&gt;]
+<pre class="content"><em>git stash</em> list [&lt;log-options&gt;]
+<em>git stash</em> show [&lt;diff-options&gt;] [&lt;stash&gt;]
<em>git stash</em> drop [-q|--quiet] [&lt;stash&gt;]
<em>git stash</em> ( pop | apply ) [--index] [-q|--quiet] [&lt;stash&gt;]
<em>git stash</em> branch &lt;branchname&gt; [&lt;stash&gt;]
@@ -819,7 +819,7 @@ save [-p|--patch] [-k|--[no-]keep-index] [-u|--include-untracked] [-a|--all] [-q
</p>
</dd>
<dt class="hdlist1">
-list [&lt;options&gt;]
+list [&lt;log-options&gt;]
</dt>
<dd>
<p>
@@ -838,7 +838,7 @@ stash@{1}: On master: 9cc0589... Add git-stash</code></pre>
command to control what is shown and how. See <a href="git-log.html">git-log(1)</a>.</p></div>
</dd>
<dt class="hdlist1">
-show [&lt;options&gt;] [&lt;stash&gt;]
+show [&lt;diff-options&gt;] [&lt;stash&gt;]
</dt>
<dd>
<p>
@@ -1231,7 +1231,7 @@ xargs git log --merges --no-walk --grep=WIP</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-10 08:03:13 PDT
+ 2021-02-22 16:54:23 PST
</div>
</div>
</body>