summaryrefslogtreecommitdiffstats
path: root/man1/git-notes.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-notes.1')
-rw-r--r--man1/git-notes.123
1 files changed, 14 insertions, 9 deletions
diff --git a/man1/git-notes.1 b/man1/git-notes.1
index b46d7cbe2..a3268d76e 100644
--- a/man1/git-notes.1
+++ b/man1/git-notes.1
@@ -2,12 +2,12 @@
.\" Title: git-notes
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-08-15
+.\" Date: 2023-08-17
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.rc2
+.\" Source: Git 2.42.0.rc2.7.gf9972720e9
.\" Language: English
.\"
-.TH "GIT\-NOTES" "1" "2023\-08\-15" "Git 2\&.42\&.0\&.rc2" "Git Manual"
+.TH "GIT\-NOTES" "1" "2023\-08\-17" "Git 2\&.42\&.0\&.rc2\&.7\&.gf9" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -167,7 +167,7 @@ Use the given note message (instead of prompting)\&. If multiple
\fB\-m\fR
options are given, their values are concatenated as separate paragraphs\&. Lines starting with
\fB#\fR
-and empty lines other than a single line between paragraphs will be stripped out, if you wish to keep them verbatim, use
+and empty lines other than a single line between paragraphs will be stripped out\&. If you wish to keep them verbatim, use
\fB\-\-no\-stripspace\fR\&.
.RE
.PP
@@ -177,9 +177,8 @@ Take the note message from the given file\&. Use
\fI\-\fR
to read the note message from the standard input\&. Lines starting with
\fB#\fR
-and empty lines other than a single line between paragraphs will be stripped out, if you wish to keep them verbatim, use with
-\fB\-\-no\-stripspace\fR
-option\&.
+and empty lines other than a single line between paragraphs will be stripped out\&. If you wish to keep them verbatim, use
+\fB\-\-no\-stripspace\fR\&.
.RE
.PP
\-C <object>, \-\-reuse\-message=<object>
@@ -212,9 +211,15 @@ Specify a string used as a custom inter\-paragraph separator (a newline is added
.PP
\-\-[no\-]stripspace
.RS 4
-Strip leading and trailing whitespace from the note message\&. Also strip out empty lines other than a single line between paragraphs\&. For lines starting with
+Strip leading and trailing whitespace from the note message\&. Also strip out empty lines other than a single line between paragraphs\&. Lines starting with
\fB#\fR
-will be stripped out in non\-editor cases like "\-m", "\-F" and "\-C", but not in editor case like "git notes edit", "\-c", etc\&.
+will be stripped out in non\-editor cases like
+\fB\-m\fR,
+\fB\-F\fR
+and
+\fB\-C\fR, but not in editor case like
+\fBgit notes edit\fR,
+\fB\-c\fR, etc\&.
.RE
.PP
\-\-ref <ref>