send-email: simplify Gmail example in the documentation
[gitweb.git] / builtin / apply.c
index ce3b77853c7a409b40d14400172327978266f9ca..8e4da2e1bdaf02590289f54750a9602281f4a365 100644 (file)
@@ -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++;
                }