X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.c;h=d3d8daec77142bc6a67aacdc2e62ee522ddf12db;hb=f61bd9c68a4ed81afcc1fbbf5b956e781d88b434;hp=93ef9a265ca6b52b644468979dba732c70b5097a;hpb=0e9b12f874955cba820efd786e176be8ba1acc2e;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")) {