summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Camins-Esakov <jcamins@cpbibliography.com>2012-11-06 15:46:26 -0500
committerJared Camins-Esakov <jcamins@cpbibliography.com>2012-11-06 16:22:08 -0500
commitc4e637e40a3794d50d812e5c14b34c82b5696629 (patch)
tree26c07bb90ff4b94b9ed1a88bea58b01dbc3a88fe
parentc2e5f78474cec143eb2aee73b1b7eee951bb1b80 (diff)
downloadgit-bz-c4e637e40a3794d50d812e5c14b34c82b5696629.tar.gz
Add README to fishsoup
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..1149f33
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+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.)