]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/excluding_commit_mails.mdwn
thanks
[ikiwiki.git] / doc / todo / excluding_commit_mails.mdwn
1 It would be good to be able to exclude commits made by a given user from
2 generating commit mails. 
3
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.
11
12 Extending pagespecs for commit mails would be a nice approach. Then I could
13 subscribe to:
14
15         * and !SandBox and !user(joey)
16
17 Insert standard argument about how wonderfly flexible this is. :-)
18
19 [[done]]