summaryrefslogtreecommitdiff
path: root/tree-diff.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-09-21 15:57:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-09-21 16:51:18 (GMT)
commitdcf42869eefe22150a30ed0221e01b701cea1f14 (patch)
treee786c40427047a35965160c7c0827b1f10a20baa /tree-diff.c
parent174d131fc92b72a04c3da4259dd8bf356e07fc49 (diff)
downloadgit-dcf42869eefe22150a30ed0221e01b701cea1f14.zip
git-dcf42869eefe22150a30ed0221e01b701cea1f14.tar.gz
git-dcf42869eefe22150a30ed0221e01b701cea1f14.tar.bz2
tree-diff.c: remove implicit dependency on the_index
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'tree-diff.c')
-rw-r--r--tree-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tree-diff.c b/tree-diff.c
index 57a15f5..16b28ff 100644
--- a/tree-diff.c
+++ b/tree-diff.c
@@ -605,7 +605,7 @@ static void try_to_follow_renames(const struct object_id *old_oid,
choice = q->queue[0];
q->nr = 0;
- repo_diff_setup(the_repository, &diff_opts);
+ repo_diff_setup(opt->repo, &diff_opts);
diff_opts.flags.recursive = 1;
diff_opts.flags.find_copies_harder = 1;
diff_opts.output_format = DIFF_FORMAT_NO_OUTPUT;