Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ls/travis-submitting-patches'
[gitweb.git]
/
builtin
/
apply.c
diff --git
a/builtin/apply.c
b/builtin/apply.c
index ce3b77853c7a409b40d14400172327978266f9ca..8e4da2e1bdaf02590289f54750a9602281f4a365 100644
(file)
--- a/
builtin/apply.c
+++ b/
builtin/apply.c
@@
-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++;
}