Signed-off-by: Jay Soffian <jaysoffian@xxxxxxxxx> --- textconv also seems to be supported by blame, it isn't clear to me whether it respects --no-textconv. Documentation/diff-options.txt | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index c7ed946357..8b311a60ea 100644 --- a/Documentation/diff-options.txt +++ b/Documentation/diff-options.txt @@ -412,6 +412,15 @@ endif::git-format-patch[] --no-ext-diff:: Disallow external diff drivers. +--textconv:: + Text conversion of binary files is enabled by default if configured + according to "Performing text diffs of binary files" in + linkgit:gitattributes[5], but may be disabled with `--no-textconv`. + This option overrides a previously given `--no-textconv`. + +--no-textconv:: + Disable text conversion of binary files. + --ignore-submodules[=<when>]:: Ignore changes to submodules in the diff generation. <when> can be either "none", "untracked", "dirty" or "all", which is the default -- 1.7.5.2.323.g00f3d -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html