summaryrefslogtreecommitdiffstats
path: root/man1/git-diff-tree.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-diff-tree.1')
-rw-r--r--man1/git-diff-tree.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-diff-tree.1 b/man1/git-diff-tree.1
index 95b6e4983..729639394 100644
--- a/man1/git-diff-tree.1
+++ b/man1/git-diff-tree.1
@@ -2,12 +2,12 @@
.\" Title: git-diff-tree
.\" 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\-DIFF\-TREE" "1" "2024\-03\-21" "Git 2\&.44\&.0\&.325\&.g11c821" "Git Manual"
+.TH "GIT\-DIFF\-TREE" "1" "2024\-03\-25" "Git 2\&.44\&.0\&.368\&.gc75fd8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -2164,7 +2164,7 @@ shows trailer lines with key
.sp -1
.IP \(bu 2.3
.\}
-\fIseparator=<sep>\fR: specify a separator inserted between trailer lines\&. When this option is not given each trailer line is terminated with a line feed character\&. The string <sep> may contain the literal formatting codes described above\&. To use comma as separator one must use
+\fIseparator=<sep>\fR: specify the separator inserted between trailer lines\&. Defaults to a line feed character\&. The string <sep> may contain the literal formatting codes described above\&. To use comma as separator one must use
\fB%x2C\fR
as it would otherwise be parsed as next option\&. E\&.g\&.,
\fB%(trailers:key=Ticket,separator=%x2C )\fR
@@ -2216,7 +2216,7 @@ unfolds and shows all trailer lines\&.
.sp -1
.IP \(bu 2.3
.\}
-\fIkey_value_separator=<sep>\fR: specify a separator inserted between trailer lines\&. When this option is not given each trailer key\-value pair is separated by ": "\&. Otherwise it shares the same semantics as
+\fIkey_value_separator=<sep>\fR: specify the separator inserted between the key and value of each trailer\&. Defaults to ": "\&. Otherwise it shares the same semantics as
\fIseparator=<sep>\fR
above\&.
.RE