aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/excluding_commit_mails.mdwn
blob: 9ae838fe0cf2dbee7a3207998aa789a3295bf988 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
It would be good to be able to exclude commits made by a given user from
generating commit mails. 

My immediate need for this is because I subscribed to commit mails using my
openid. So I don't get commit mails for changes I make over the web, using
that id. But, if I do a svn commit, that's from a "different" user, so a
commit mail is sent to me. This particular case could be treated as ikiwiki
needing some way to link together openids and other accounts, which could
also be good, but I think the general case of not wanting to see changes
some other user makes is reasonable.

Extending pagespecs for commit mails would be a nice approach. Then I could
subscribe to:

	* and !SandBox and !user(joey)

Insert standard argument about how wonderfly flexible this is. :-)

[[done]]