]> git.ipfire.org Git - thirdparty/git.git/blobdiff - wt-status.c
RelNotes: minor wording fixes in 2.43.0 release notes
[thirdparty/git.git] / wt-status.c
index d03dfab9e47d128b15295e499c8113346a593cf7..9f45bf69490e6fa4939948aadb63e7201d0e868e 100644 (file)
@@ -739,7 +739,7 @@ static void wt_status_collect_changes_initial(struct wt_status *s)
                        ps.max_depth = -1;
 
                        strbuf_add(&base, ce->name, ce->ce_namelen);
-                       read_tree_at(istate->repo, tree, &base, &ps,
+                       read_tree_at(istate->repo, tree, &base, 0, &ps,
                                     add_file_to_list, s);
                        continue;
                }