mirror of
https://github.com/git/git.git
synced 2024-11-18 02:04:08 +01:00
apply: report patch skipping in verbose mode
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
7e4ba3686a
commit
3f5794493c
@ -4383,6 +4383,8 @@ static int apply_patch(int fd, const char *filename, int options)
|
||||
listp = &patch->next;
|
||||
}
|
||||
else {
|
||||
if (apply_verbosely)
|
||||
say_patch_name(stderr, _("Skipped patch '%s'."), patch);
|
||||
free_patch(patch);
|
||||
skipped_patch++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user