Skip to content

Commit 3f57944

Browse files
pcloudsgitster
authored andcommitted
apply: report patch skipping in verbose mode
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7e4ba36 commit 3f57944

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builtin/apply.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4383,6 +4383,8 @@ static int apply_patch(int fd, const char *filename, int options)
43834383
listp = &patch->next;
43844384
}
43854385
else {
4386+
if (apply_verbosely)
4387+
say_patch_name(stderr, _("Skipped patch '%s'."), patch);
43864388
free_patch(patch);
43874389
skipped_patch++;
43884390
}

0 commit comments

Comments
 (0)