X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=builtin-ls-files.c;h=88e2697aebf11399baf9f9c8b5a63b06a0f83c1d;hb=0392513fdc7e98f5ca5dff1ad80962c28029267b;hp=437c366c9e7875aa5003419f1eb03c600b1a1f6f;hpb=2fb6d6d6dd1033bfe82d6d327ac270f9cf8943cd;p=git.git diff --git a/builtin-ls-files.c b/builtin-ls-files.c index 437c366c9..88e2697ae 100644 --- a/builtin-ls-files.c +++ b/builtin-ls-files.c @@ -496,7 +496,7 @@ int cmd_ls_files(int argc, const char **argv, const char *prefix) tag_other = "? "; tag_killed = "K "; } - if (show_modified || show_others || (dir.flags & DIR_SHOW_IGNORED) || show_killed) + if (show_modified || show_others || show_deleted || (dir.flags & DIR_SHOW_IGNORED) || show_killed) require_work_tree = 1; if (show_unmerged) /*