git-bz client for Koha
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Martin Renvoize 96a4dc0327
Escape re match escapes for python3
4 kuukautta sitten
.gitignore Split out documentation 15 vuotta sitten
COPYING Initial import 16 vuotta sitten
Makefile Fix up documentation generation rules 12 vuotta sitten
README Add README to fishsoup 12 vuotta sitten
TODO Handle redirects 15 vuotta sitten
asciidoc.conf Split out documentation 15 vuotta sitten
git-bz Escape re match escapes for python3 4 kuukautta sitten
git-bz.txt Add support for bz-user and bz-password and authenticating directly. 12 vuotta sitten

README

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.)