summaryrefslogtreecommitdiffstats
path: root/git-format-patch.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-07-07 01:14:31 +0000
committerJunio C Hamano <junio@kernel.org>2011-07-07 01:14:31 +0000
commitc652aed8923d6b63b98c910666b861a766217891 (patch)
treeb15611fd594690a38dc8e014e41874dd6ed09662 /git-format-patch.html
parent4c4b012f8e2199a3fa817a0d95bbde69a0fb1c4b (diff)
downloadgit-htmldocs-c652aed8923d6b63b98c910666b861a766217891.tar.gz
Autogenerated HTML docs for v1.7.6-134-gcf13f
Diffstat (limited to 'git-format-patch.html')
-rw-r--r--git-format-patch.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/git-format-patch.html b/git-format-patch.html
index 03dbb0127..3d3606c25 100644
--- a/git-format-patch.html
+++ b/git-format-patch.html
@@ -859,6 +859,24 @@ of a delete/create pair.</p></div>
</p>
</dd>
<dt class="hdlist1">
+--textconv
+</dt>
+<dt class="hdlist1">
+--no-textconv
+</dt>
+<dd>
+<p>
+ Allow (or disallow) external text conversion filters to be run
+ when comparing binary files. See <a href="gitattributes.html">gitattributes(5)</a> for
+ details. Because textconv filters are typically a one-way
+ conversion, the resulting diff is suitable for human
+ consumption, but cannot be applied. For this reason, textconv
+ filters are enabled by default only for <a href="git-diff.html">git-diff(1)</a> and
+ <a href="git-log.html">git-log(1)</a>, but not for <a href="git-format-patch.html">git-format-patch(1)</a> or
+ diff plumbing commands.
+</p>
+</dd>
+<dt class="hdlist1">
--ignore-submodules[=&lt;when&gt;]
</dt>
<dd>