diff: remove DIFF_OPT_CLR macro
[gitweb.git] / builtin / blame.c
index 76994aa64d34ea0894894893186e16a58d553fda..79db9e849cc605bdb7f3272be982334c28db77bb 100644 (file)
@@ -736,7 +736,7 @@ int cmd_blame(int argc, const char **argv, const char *prefix)
 parse_done:
        no_whole_file_rename = !revs.diffopt.flags.FOLLOW_RENAMES;
        xdl_opts |= revs.diffopt.xdl_opts & XDF_INDENT_HEURISTIC;
-       DIFF_OPT_CLR(&revs.diffopt, FOLLOW_RENAMES);
+       revs.diffopt.flags.FOLLOW_RENAMES = 0;
        argc = parse_options_end(&ctx);
 
        if (incremental || (output_option & OUTPUT_PORCELAIN)) {