Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/fallthrough'
[gitweb.git]
/
mailinfo.c
diff --git
a/mailinfo.c
b/mailinfo.c
index f2387a32675591d6da83473ef6235ba823721d1c..bcdbf98de57878a55c732e17b8baeb933f3cc056 100644
(file)
--- a/
mailinfo.c
+++ b/
mailinfo.c
@@
-822,6
+822,7
@@
static void handle_filter(struct mailinfo *mi, struct strbuf *line)
if (!handle_commit_msg(mi, line))
break;
mi->filter_stage++;
+ /* fallthrough */
case 1:
handle_patch(mi, line);
break;