X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=diff-tree.c;h=7015b06c7f13dd71b7b557bd1c903065add33714;hb=e6bfaf3e33beba9431490a4f5c7a9753986554c4;hp=2a088d11cfb69e21c8014c0c5d4a992ca1585c6c;hpb=8fcd4218c63d15481d8fbb12c3fddfffa98e1adc;p=git.git diff --git a/diff-tree.c b/diff-tree.c index 2a088d11..7015b06c 100644 --- a/diff-tree.c +++ b/diff-tree.c @@ -120,7 +120,7 @@ int main(int argc, const char **argv) if (opt->diffopt.output_format == DIFF_FORMAT_PATCH) opt->diffopt.recursive = 1; - diff_tree_setup_paths(get_pathspec(prefix, argv)); + diff_tree_setup_paths(get_pathspec(prefix, argv), &opt->diffopt); diff_setup_done(&opt->diffopt); switch (nr_sha1) {