summaryrefslogtreecommitdiffstats
path: root/man1/git-bugreport.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-bugreport.1')
-rw-r--r--man1/git-bugreport.115
1 files changed, 10 insertions, 5 deletions
diff --git a/man1/git-bugreport.1 b/man1/git-bugreport.1
index 82eba1976..215febe05 100644
--- a/man1/git-bugreport.1
+++ b/man1/git-bugreport.1
@@ -2,12 +2,12 @@
.\" Title: git-bugreport
.\" 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\-BUGREPORT" "1" "2024\-03\-21" "Git 2\&.44\&.0\&.325\&.g11c821" "Git Manual"
+.TH "GIT\-BUGREPORT" "1" "2024\-03\-25" "Git 2\&.44\&.0\&.368\&.gc75fd8" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -32,7 +32,8 @@ git-bugreport \- Collect information for user to file a bug report
.SH "SYNOPSIS"
.sp
.nf
-\fIgit bugreport\fR [(\-o | \-\-output\-directory) <path>] [(\-s | \-\-suffix) <format>]
+\fIgit bugreport\fR [(\-o | \-\-output\-directory) <path>]
+ [(\-s | \-\-suffix) <format> | \-\-no\-suffix]
[\-\-diagnose[=<mode>]]
.fi
.sp
@@ -144,10 +145,14 @@ Place the resulting bug report file in
instead of the current directory\&.
.RE
.PP
-\-s <format>, \-\-suffix <format>
+\-s <format>, \-\-suffix <format>, \-\-no\-suffix
.RS 4
Specify an alternate suffix for the bugreport name, to create a file named
\fIgit\-bugreport\-<formatted\-suffix>\fR\&. This should take the form of a strftime(3) format string; the current local time will be used\&.
+\fB\-\-no\-suffix\fR
+disables the suffix and the file is just named
+\fBgit\-bugreport\fR
+without any disambiguation measure\&.
.RE
.PP
\-\-no\-diagnose, \-\-diagnose[=<mode>]