Notify.pm: reduce mail.sh spew
commit957099b65b9ae9a2e02e84ecae29952b891da2ff
authorKyle J. McKay <mackyle@gmail.com>
Sat, 3 Oct 2015 18:54:11 +0000 (3 11:54 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 3 Oct 2015 18:54:11 +0000 (3 11:54 -0700)
treeae1fb75c6da09712dc477885b8ed3527414bbf0c
parent394018db1be41fdf205a30acc1320ec6a471abd8
Notify.pm: reduce mail.sh spew

Do not send mail.sh any refs it will complain about.
It only sends messages for refs/heads/* and refs/tags/*, so
don't send it anything else.

Also don't send it refs/heads/* refs unless notifymail is
set whereas refs/tags/* are sent if either notifymail or
notifytag is set.

This is not perfect as a non-annotated tag in refs/tag/* will
still be sent when notifytag is set but notifymail is not
and mail.sh will complain about that.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Notify.pm