From: Jonas Fonseca Date: Tue, 15 Dec 2009 15:40:41 +0000 (-0500) Subject: Status view: limit untracked file by the prefix/subdirectory X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a4ab5f99718cb5bbeb8a00902b383075a9e6047a;p=tig.git Status view: limit untracked file by the prefix/subdirectory This reinstates the original behavior reverted in commit e7d0ebc0ec190e3a07fc28a2f551426e34a1ee6e. --- diff --git a/tig.c b/tig.c index 0a93ad2..602c867 100644 --- a/tig.c +++ b/tig.c @@ -5450,7 +5450,7 @@ static const char *status_diff_files_argv[] = { }; static const char *status_list_other_argv[] = { - "git", "ls-files", "-z", "--others", "--exclude-standard", NULL + "git", "ls-files", "-z", "--others", "--exclude-standard", opt_prefix, NULL }; static const char *status_list_no_head_argv[] = {