On Mon, Aug 3, 2015 at 2:13 AM, Michael Schwendt mschwendt@gmail.com wrote:
After spending time on creating that patch, submitting it via http://bugz.fedoraproject.org/mscore would require just a tiny bit of effort.
Once configured, git-bz makes it even easier. My ~/.gitconfig has:
[bz] browser = firefox3 default-tracker = bugzilla.redhat.com
[bz-tracker "bugzilla.redhat.com"] default-product = Fedora default-version = rawhide
Adjust browser using something else than FF, this is the browser with which you have an active logged in session cookie to bugzilla.redhat.com. Then commit something and do "git bz file $packagename HEAD" in the package dir.