I'm working on transitioning about 15 CVS modules to GIT repositories and I think I've got a handle on how to translate the cvs triggers to make them run on the git origin.
I have to create triggers that run from the bugzilla server against the git origin server that will branch from either main or a release branch to a bug branch. This was difficult with svn, but quite doable without any SVN repositories local to the bugzilla server. I'm hoping to find out I've made a mistake thinking that isn't possible with GIT. Any ideas on that? --
