From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:59
Bill Lear [off-list ref] writes:
Is there a way to do this sort of thing that I am missing?
I think the way the config is designed is to place arbitrary
values as values not variable names.
Perhaps...
[mymailhook "everything"]
recipients = me
branch = "*"
[mymailhook "all but xyz"]
recipients = alice bob charlie
branch = "*"
branch = "!xyz"