filter-branch: remove an unnecessary use of 'git read-tree'
[gitweb.git] / git-add--interactive.perl
index 02e97b90f116d9e3539b0a97c64ecd9064aafe81..75b71967a7c2f861c8e75e17c17e5cdce824e2e3 100755 (executable)
@@ -259,7 +259,7 @@ sub list_modified {
                @tracked = map {
                        chomp $_;
                        unquote_path($_);
-               } run_cmd_pipe(qw(git ls-files --exclude-standard --), @ARGV);
+               } run_cmd_pipe(qw(git ls-files --), @ARGV);
                return if (!@tracked);
        }