1 It would be good to be able to exclude commits made by a given user from
2 generating commit mails.
4 My immediate need for this is because I subscribed to commit mails using my
5 openid. So I don't get commit mails for changes I make over the web, using
6 that id. But, if I do a svn commit, that's from a "different" user, so a
7 commit mail is sent to me. This particular case could be treated as ikiwiki
8 needing some way to link together openids and other accounts, which could
9 also be good, but I think the general case of not wanting to see changes
10 some other user makes is reasonable.
12 Extending pagespecs for commit mails would be a nice approach. Then I could
15 * and !SandBox and !user(joey)
17 Insert standard argument about how wonderfly flexible this is. :-)