X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.c;h=d3d8daec77142bc6a67aacdc2e62ee522ddf12db;hb=8d9185bc12650a9839dff45a8754f05618cdb3f5;hp=93ef9a265ca6b52b644468979dba732c70b5097a;hpb=22f41286be2a07cf96d71a795eaee54b702bb570;p=git.git diff --git a/diff.c b/diff.c index 93ef9a265..d3d8daec7 100644 --- a/diff.c +++ b/diff.c @@ -3393,6 +3393,8 @@ int diff_opt_parse(struct diff_options *options, const char **av, int ac) DIFF_XDL_SET(options, IGNORE_WHITESPACE_AT_EOL); else if (!strcmp(arg, "--patience")) DIFF_XDL_SET(options, PATIENCE_DIFF); + else if (!strcmp(arg, "--histogram")) + DIFF_XDL_SET(options, HISTOGRAM_DIFF); /* flags options */ else if (!strcmp(arg, "--binary")) {