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;
|
listp = &patch->next;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
if (apply_verbosely)
|
||||||
|
say_patch_name(stderr, _("Skipped patch '%s'."), patch);
|
||||||
free_patch(patch);
|
free_patch(patch);
|
||||||
skipped_patch++;
|
skipped_patch++;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user