summaryrefslogtreecommitdiffstats
path: root/man1/git-stash.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-stash.1')
-rw-r--r--man1/git-stash.112
1 files changed, 6 insertions, 6 deletions
diff --git a/man1/git-stash.1 b/man1/git-stash.1
index 111a2733c..2fb4c5b4f 100644
--- a/man1/git-stash.1
+++ b/man1/git-stash.1
@@ -2,12 +2,12 @@
.\" Title: git-stash
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-10-20
+.\" Date: 2023-10-23
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.424.gceadf0f3cf
+.\" Source: Git 2.42.0.482.g2e8e77cbac
.\" Language: English
.\"
-.TH "GIT\-STASH" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-STASH" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -538,7 +538,7 @@ stash\&.showIncludeUntracked
.RS 4
If this is set to true, the
\fBgit stash show\fR
-command will show the untracked files of a stash entry\&. Defaults to false\&. See description of
+command will show the untracked files of a stash entry\&. Defaults to false\&. See the description of the
\fIshow\fR
command in
\fBgit-stash\fR(1)\&.
@@ -548,7 +548,7 @@ stash\&.showPatch
.RS 4
If this is set to true, the
\fBgit stash show\fR
-command without an option will show the stash entry in patch form\&. Defaults to false\&. See description of
+command without an option will show the stash entry in patch form\&. Defaults to false\&. See the description of the
\fIshow\fR
command in
\fBgit-stash\fR(1)\&.
@@ -558,7 +558,7 @@ stash\&.showStat
.RS 4
If this is set to true, the
\fBgit stash show\fR
-command without an option will show diffstat of the stash entry\&. Defaults to true\&. See description of
+command without an option will show a diffstat of the stash entry\&. Defaults to true\&. See the description of the
\fIshow\fR
command in
\fBgit-stash\fR(1)\&.