git-bz client for Koha
Find a file
2024-01-03 10:04:27 +00:00
.gitignore Split out documentation 2009-09-05 09:53:31 -04:00
asciidoc.conf Split out documentation 2009-09-05 09:53:31 -04:00
COPYING Initial import 2008-11-16 08:20:11 -05:00
git-bz Escape re match escapes for python3 2024-01-03 10:04:27 +00:00
git-bz.txt Add support for bz-user and bz-password and authenticating directly. 2012-11-06 16:06:08 -05:00
Makefile Fix up documentation generation rules 2012-03-01 11:48:09 -05:00
README Add README to fishsoup 2012-11-06 16:22:08 -05:00
TODO Handle redirects 2009-09-09 17:18:34 -04:00

This branch contains a version of git-bz that has been rebased against the
upstream repository at http://git.fishsoup.net/cgit/git-bz/

This version of git-bz has been customized for use by the Koha project.
In particular, the following changes have been made compared to the "regular"
git-bz available elsewhere:
1) The authentication code now plays nicely with the Bugzilla instance on
   bugs.koha-community.org
2) The ability to update bug statuses to those statuses used by the Koha
   project has been added
3) A -m/--mail option will send patches to the koha-patches mailing list when
   attaching them to bugs
4) A -s/--signoff option will sign off on patches as they are being applied
   (NOTE THAT THIS OPTION IS INTENDED FOR USE WHEN PUSHING BRANCHES. DO
    NOT USE THIS OPTION AS AN ALTERNATIVE TO ACTUALLY TESTING CODE.)