X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=wt-status.c;h=47735d8129fd3632b85d54b451e30752f251a949;hb=1d7d6ad539fabd49421d8ef7b27c0f287430bc7d;hp=0ca4b13c29ee6a8cebc1db4ec59f543aef299484;hpb=e5266920660ba61985ea6ef30da0d77197992075;p=git.git diff --git a/wt-status.c b/wt-status.c index 0ca4b13c2..47735d812 100644 --- a/wt-status.c +++ b/wt-status.c @@ -255,7 +255,7 @@ static void wt_status_print_untracked(struct wt_status *s) DIR_SHOW_OTHER_DIRECTORIES | DIR_HIDE_EMPTY_DIRECTORIES; setup_standard_excludes(&dir); - read_directory(&dir, ".", "", 0, NULL); + fill_directory(&dir, NULL); for(i = 0; i < dir.nr; i++) { struct dir_entry *ent = dir.entries[i]; if (!cache_name_is_other(ent->name, ent->len))