summaryrefslogtreecommitdiffstats
path: root/man1/git-interpret-trailers.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-interpret-trailers.1')
-rw-r--r--man1/git-interpret-trailers.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-interpret-trailers.1 b/man1/git-interpret-trailers.1
index ef358a5ce..d65f97e9b 100644
--- a/man1/git-interpret-trailers.1
+++ b/man1/git-interpret-trailers.1
@@ -2,12 +2,12 @@
.\" Title: git-interpret-trailers
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2024-03-21
+.\" Date: 2024-03-25
.\" Manual: Git Manual
-.\" Source: Git 2.44.0.325.g11c821f2f2
+.\" Source: Git 2.44.0.368.gc75fd8d815
.\" Language: English
.\"
-.TH "GIT\-INTERPRET\-TRAILERS" "1" "2024\-03\-21" "Git 2\&.44\&.0\&.325\&.g11c821" "Git Manual"
+.TH "GIT\-INTERPRET\-TRAILERS" "1" "2024\-03\-25" "Git 2\&.44\&.0\&.368\&.gc75fd8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -33,7 +33,7 @@ git-interpret-trailers \- Add or parse structured information in commit messages
.sp
.nf
\fIgit interpret\-trailers\fR [\-\-in\-place] [\-\-trim\-empty]
- [(\-\-trailer (<key>|<keyAlias>)[(=|:)<value>])\&...]
+ [(\-\-trailer (<key>|<key\-alias>)[(=|:)<value>])\&...]
[\-\-parse] [<file>\&...]
.fi
.sp
@@ -82,7 +82,7 @@ key: value
.sp
This means that the trimmed <key> and <value> will be separated by \fB\*(Aq: \*(Aq\fR (one colon followed by one space)\&.
.sp
-For convenience, a <keyAlias> can be configured to make using \fB\-\-trailer\fR shorter to type on the command line\&. This can be configured using the \fItrailer\&.<keyAlias>\&.key\fR configuration variable\&. The <keyAlias> must be a prefix of the full <key> string, although case sensitivity does not matter\&. For example, if you have
+For convenience, a <key\-alias> can be configured to make using \fB\-\-trailer\fR shorter to type on the command line\&. This can be configured using the \fItrailer\&.<key\-alias>\&.key\fR configuration variable\&. The <keyAlias> must be a prefix of the full <key> string, although case sensitivity does not matter\&. For example, if you have
.sp
.if n \{\
.RS 4