Mathieu Lienard--Mayor <[email protected]>
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 --cached to keep the file, or -f to force removal)
>       error: 'bar.txt' has changes staged in the index
>       (use --cached to keep the file, or -f to force removal)
>
> would now be displayed as:
>       error: the following files have changes staged in the index:
>           foo.txt
>           bar.txt
>       (use --cached to keep the file, or -f to force removal)
>
> Signed-off-by: Mathieu Lienard--Mayor <[email protected]>
> Signed-off-by: Jorge Juan Garcia Garcia 
> <[email protected]>
> Signed-off-by: Matthieu Moy <[email protected]>
> ---
>
> Changes since v4:
>  -removal of useless blanks after variable declarations
>  -use of string_list_clear

Thanks.  Will queue.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to