diff options
Diffstat (limited to 'tree-diff.c')
-rw-r--r-- | tree-diff.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tree-diff.c b/tree-diff.c index ba01563a0..826512e84 100644 --- a/tree-diff.c +++ b/tree-diff.c @@ -138,7 +138,6 @@ int diff_tree(struct tree_desc *t1, struct tree_desc *t2, /* Enable recursion indefinitely */ opt->pathspec.recursive = DIFF_OPT_TST(opt, RECURSIVE); - opt->pathspec.max_depth = -1; strbuf_init(&base, PATH_MAX); strbuf_add(&base, base_str, baselen); |