In your post commit hook, filter out commits that are either authored by the build user, or whose commit message matches some regex.
Not sure how to do that in git. It works for me with hg.
In your post commit hook, filter out commits that are either authored by the build user, or whose commit message matches some regex.
Not sure how to do that in git. It works for me with hg.