As "prep" exits, when this is run as a hook to read many updated refs, any
inappropriate update to one ref will cause messages for later refs from
getting sent out. Earlier such an update may have sent an empty message
but at least didn't break messages for other refs, if I am reading the
code correctly. Is that what you really want?
Perhaps you would want to do something like this instead, after adjusting
the exit code from the new "prep" shell function?
while ...
do
prep_for_email || continue
generate_email | send_mail
done
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html