X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff-lib.c;h=fc0dff31b58c8bd6668de5c6396a93b31cc5729d;hb=bd193f46b70fd3f8a55e2a8dcbb1fb2b4eec13d6;hp=62f4cd94cfbc4d3fe9e46c84f318af6624349a48;hpb=2ef89f38568c9bfa663a8c79354e6d2135fb6bf3;p=git.git diff --git a/diff-lib.c b/diff-lib.c index 62f4cd94c..fc0dff31b 100644 --- a/diff-lib.c +++ b/diff-lib.c @@ -469,6 +469,8 @@ static int diff_cache(struct rev_info *revs, opts.src_index = &the_index; opts.dst_index = NULL; opts.pathspec = &revs->diffopt.pathspec; + opts.pathspec->recursive = 1; + opts.pathspec->max_depth = -1; init_tree_desc(&t, tree->buffer, tree->size); return unpack_trees(1, &t, &opts);