summaryrefslogtreecommitdiffstats
path: root/git-bz
Commit message (Expand)AuthorAgeFilesLines
* Make changing status and patch complexity at the same time workJared Camins-Esakov2013-01-171-5/+9
* Teach git-bz to update patch-complexityHugh Davenport2013-01-171-3/+40
* Don't add user to CC list so that updating status will workJared Camins-Esakov2012-11-101-1/+1
* Add a missing declarationJared Camins-Esakov2012-11-101-0/+1
* Fix merge errorJared Camins-Esakov2012-11-061-1/+1
* Teach git-bz to optionally sign off when applying patchesJared Camins-Esakov2012-11-061-2/+11
* add support to email patch to 'koha-patches' mailing-list, using --mail argMason James2012-11-061-1/+25
* Teach git-bz to update bug statusesJared Camins-Esakov2012-11-061-7/+43
* Add support for bz-user and bz-password and authenticating directly.software.coop worker2012-11-061-12/+46
* Typo fixChris Cormack2012-11-061-1/+1
* Fixing a little copy and paste error with auth-user and auth-passwordChris Cormack2012-11-061-1/+1
* Add support for epiphany 3.6Bastien Nocera2012-08-071-3/+7
* attach: Obsolete patches with the same subjectJasper St. Pierre2012-03-131-1/+6
* apply: fix typoOwen W. Taylor2012-03-011-1/+1
* apply: Fix addition of 'need commit message' stringOwen W. Taylor2012-03-011-1/+2
* apply: ask the user to double-check author and subjectOwen W. Taylor2012-03-011-0/+6
* apply: pass _interactive=True when running 'git commit --amend'Owen W. Taylor2012-03-011-2/+2
* apply: attempt to handle plain diffsDan Winship2012-03-011-1/+31
* apply: add --continue/--skip/--abortDan Winship2012-03-011-44/+117
* apply: add interactive optionDan Winship2012-03-011-6/+51
* apply: pass "-3" to git-amDan Winship2012-03-011-1/+1
* Don't strip leading space from the commit bodyOwen W. Taylor2012-02-101-4/+15
* Fix parameter mistake from last patchOwen W. Taylor2012-02-071-2/+2
* Make setting default-product, default-component in tracker config workOwen W. Taylor2012-02-061-14/+30
* Support pretty bugzilla links like https://bugzilla.gnome.org/12345Colin Walters2012-02-061-2/+14
* Allow setting bz.default-<field name>Owen W. Taylor2012-02-051-0/+11
* Read bz.* git config upfrontOwen W. Taylor2012-02-051-38/+31
* Add defaults for bugs.gentoo.org.Michał Górny2012-02-041-0/+7
* Add the user to the cc: on the bugOwen W. Taylor2012-02-041-2/+4
* Fix a copy and paste error with auth-user and auth-passwordChris Cormack2012-02-041-2/+2
* Handle Unicode bug titles correctlyOwen W. Taylor2012-02-041-1/+1
* Catch trying to refile an already filed bugOwen W. Taylor2011-09-121-0/+11
* Make components work with older bugzillaOwen W. Taylor2011-09-121-9/+49
* components: new command to list the components of a productDan Winship2011-09-121-1/+39
* Properly close the template fileJasper St. Pierre2011-09-091-1/+1
* Add galeon browser supportYanko Kaneti2011-08-281-0/+8
* Fix choice of editorDan Winship2011-08-281-13/+1
* Support UTF-8 attachmentsColin Walters2011-04-271-3/+9
* Fix python-2.7 compatibility with xmlrpclibOwen W. Taylor2010-09-221-14/+16
* Add bz.add-url config variableOwen W. Taylor2010-09-061-1/+7
* Use the actual description entered by the user, rather than unconditionally u...Bobby Holley2010-09-061-1/+1
* Fix duplicate variable settingOwen W. Taylor2010-09-061-1/+0
* Fix inconsistent authuser/authpwd abbreviationsOwen W. Taylor2010-09-061-27/+27
* Handle partial URLsOwen W. Taylor2010-09-061-2/+6
* Merge remote branch 'jjongsma/http-auth'Owen W. Taylor2010-09-061-13/+84
|\
| * Fix ' git bz attach' failure when bugzilla server has a pathJonathon Jongsma2009-09-151-2/+0
| * Fix exception when parsing an alias as a urlJonathon Jongsma2009-09-151-22/+23
| * Add support for bugzilla installations that require http authJonathon Jongsma2009-09-111-8/+50
| * Add support for bugzilla installations in non-root pathsJonathon Jongsma2009-09-111-12/+42
* | Use sqlite3 module if availableYaakov Selkowitz2010-07-011-1/+4