summaryrefslogtreecommitdiffstats
path: root/git-stash.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
committerJunio C Hamano <gitster@pobox.com>2023-10-23 14:45:54 -0700
commit33be82183d4cd6dc645f64da1402cf9a3f4cdbf3 (patch)
tree4a681cad5c6da23a7d7f56022666fb31397026d2 /git-stash.html
parent359f02427091f2c0fcac4eb7651fe5d159b84a54 (diff)
downloadgit-htmldocs-33be82183d4cd6dc645f64da1402cf9a3f4cdbf3.tar.gz
Autogenerated HTML docs for v2.42.0-482-g2e8e7
Diffstat (limited to 'git-stash.html')
-rw-r--r--git-stash.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-stash.html b/git-stash.html
index 3b9cfbe9c..226e7ac6e 100644
--- a/git-stash.html
+++ b/git-stash.html
@@ -1280,7 +1280,7 @@ stash.showIncludeUntracked
<p>
If this is set to true, the <code>git stash show</code> command will show
the untracked files of a stash entry. Defaults to false. See
- description of <em>show</em> command in <a href="git-stash.html">git-stash(1)</a>.
+ the description of the <em>show</em> command in <a href="git-stash.html">git-stash(1)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -1290,7 +1290,7 @@ stash.showPatch
<p>
If this is set to true, the <code>git stash show</code> command without an
option will show the stash entry in patch form. Defaults to false.
- See description of <em>show</em> command in <a href="git-stash.html">git-stash(1)</a>.
+ See the description of the <em>show</em> command in <a href="git-stash.html">git-stash(1)</a>.
</p>
</dd>
<dt class="hdlist1">
@@ -1299,8 +1299,8 @@ stash.showStat
<dd>
<p>
If this is set to true, the <code>git stash show</code> command without an
- option will show diffstat of the stash entry. Defaults to true.
- See description of <em>show</em> command in <a href="git-stash.html">git-stash(1)</a>.
+ option will show a diffstat of the stash entry. Defaults to true.
+ See the description of the <em>show</em> command in <a href="git-stash.html">git-stash(1)</a>.
</p>
</dd>
</dl></div>