We have an internal Gitorious and Bugzilla setup. I'd like to write some sort of script that is triggered whenever someone pushes a new set of commits that greps for "bug #" in the commit messages and updates that bug number in Bugzilla with the commit message and a link back to the diff in Gitorious.
My searches on the web didn't turn up anything, but I'm hoping I was using the wrong keywords and that someone out there has already done this.
References #123and then include that commit in the details for issue #123.