git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Allow tuning of the threshold for detecting renames/copies.
@ 2010-11-24 14:31 Torgny Nyblom
  0 siblings, 0 replies; only message in thread
From: Torgny Nyblom @ 2010-11-24 14:31 UTC (permalink / raw)
  To: git

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


From: Jeff King <peff@peff.net>

Signed-off-by: Torgny Nyblom <kde@nyblom.org>
---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-24 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-24 14:31 [PATCH] Allow tuning of the threshold for detecting renames/copies Torgny Nyblom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).