Re: [PATCH v5 1/2] rm: better error message on failure for multiple files

2013-06-12 Thread Junio C Hamano
Mathieu Lienard--Mayor writes: > When 'git rm' fails, it now displays a single message > with the list of files involved, instead of displaying > a list of messages with one file each. > > As an example, the old message: > error: 'foo.txt' has changes staged in the index > (use --cach

[PATCH v5 1/2] rm: better error message on failure for multiple files

2013-06-12 Thread Mathieu Lienard--Mayor
When 'git rm' fails, it now displays a single message with the list of files involved, instead of displaying a list of messages with one file each. As an example, the old message: error: 'foo.txt' has changes staged in the index (use --cached to keep the file, or -f to force remova