X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=tree-diff.c;h=28ad6db9ffa854c3ef9185ba85108e95edc44d51;hb=dbdc07fcbe3a951df8a3869b42edb6fffd466486;hp=7a51d091b5a6babed91f60b9ff7079308afa4e6f;hpb=474294963eb968da7a06650a65a4d17b4bde3ad2;p=git.git diff --git a/tree-diff.c b/tree-diff.c index 7a51d091b..28ad6db9f 100644 --- a/tree-diff.c +++ b/tree-diff.c @@ -209,6 +209,7 @@ static void try_to_follow_renames(struct tree_desc *t1, struct tree_desc *t2, co diff_opts.output_format = DIFF_FORMAT_NO_OUTPUT; diff_opts.single_follow = opt->pathspec.raw[0]; diff_opts.break_opt = opt->break_opt; + diff_opts.rename_score = opt->rename_score; paths[0] = NULL; diff_tree_setup_paths(paths, &diff_opts); if (diff_setup_done(&diff_opts) < 0)