summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/git-config.html b/git-config.html
index 2fe8acb03..5988cbb6d 100644
--- a/git-config.html
+++ b/git-config.html
@@ -5902,6 +5902,18 @@ format.mboxrd
</p>
</dd>
<dt class="hdlist1">
+format.noprefix
+</dt>
+<dd>
+<p>
+ If set, do not show any source or destination prefix in patches.
+ This is equivalent to the <code>diff.noprefix</code> option used by <code>git
+ diff</code> (but which is not respected by <code>format-patch</code>). Note that
+ by setting this, the receiver of any patches you generate will
+ have to apply them using the <code>-p0</code> option.
+</p>
+</dd>
+<dt class="hdlist1">
filter.&lt;driver&gt;.clean
</dt>
<dd>