Merge branch 'pv/maint-add-p-no-exclude' into maint
* pv/maint-add-p-no-exclude: git-add--interactive: never skip files included in index
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user