summaryrefslogtreecommitdiffstats
path: root/man1/git-config.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-config.1')
-rw-r--r--man1/git-config.118
1 files changed, 15 insertions, 3 deletions
diff --git a/man1/git-config.1 b/man1/git-config.1
index d6de784f5..b3a5527b4 100644
--- a/man1/git-config.1
+++ b/man1/git-config.1
@@ -2,12 +2,12 @@
.\" Title: git-config
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 03/19/2023
+.\" Date: 03/21/2023
.\" Manual: Git Manual
-.\" Source: Git 2.40.0.115.ge25cabbf6b
+.\" Source: Git 2.40.0.130.g27d43aaaf5
.\" Language: English
.\"
-.TH "GIT\-CONFIG" "1" "03/19/2023" "Git 2\&.40\&.0\&.115\&.ge25cab" "Git Manual"
+.TH "GIT\-CONFIG" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -4782,6 +4782,18 @@ A boolean value which enables the robust "mboxrd" format when
is in use to escape "^>+From " lines\&.
.RE
.PP
+format\&.noprefix
+.RS 4
+If set, do not show any source or destination prefix in patches\&. This is equivalent to the
+\fBdiff\&.noprefix\fR
+option used by
+\fBgit diff\fR
+(but which is not respected by
+\fBformat\-patch\fR)\&. Note that by setting this, the receiver of any patches you generate will have to apply them using the
+\fB\-p0\fR
+option\&.
+.RE
+.PP
filter\&.<driver>\&.clean
.RS 4
The command which is used to convert the content of a worktree file to a blob upon checkin\&. See