X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff-lib.c;h=fc0dff31b58c8bd6668de5c6396a93b31cc5729d;hb=184a7aa7bf8e42ce9aba12b92d9cf8014d04a947;hp=62f4cd94cfbc4d3fe9e46c84f318af6624349a48;hpb=e72c1dd3bd3b6b2255707136348628a99d3b74a5;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);