DORMANTno replies

[PATCH] Allow tuning of the threshold for detecting renames/copies.

From: Torgny Nyblom <hidden>
Date: 2016-06-15 22:50:06
Subsystem: the rest · Maintainer: Linus Torvalds

A patch originally from Jeff King, it allows tuning of the threshold for detecting renames/copies when using git log.


From: Jeff King <redacted>

Signed-off-by: Torgny Nyblom <redacted>
---
 tree-diff.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tree-diff.c b/tree-diff.c
index 12c9a88..378f049 100644
--- a/tree-diff.c
+++ b/tree-diff.c
@@ -351,6 +351,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->paths[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)
-- 
1.7.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help