summaryrefslogtreecommitdiffstats
path: root/git-bz
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix typo in google-chrome and chromium supportMarc-Andre Lureau2010-06-071-6/+6
* | When prompting, loop, don't default on unknown inputsOwen W. Taylor2010-06-051-5/+9
* | Fix problem with stray spacesOwen W. Taylor2010-06-051-3/+7
* | Added google-chrome as a possible browserOwen W. Taylor2010-06-051-6/+18
* | Add support for epiphany with the webkit backendJonathon Jongsma2010-06-051-2/+8
* | Handle 'see <url> <bug reference>'Owen W. Taylor2010-06-051-1/+1
* | Pass --ignore-submodules when checking uncommitted changesOwen W. Taylor2010-06-051-2/+2
* | Handle Chromium cookie expiry properlyOwen W. Taylor2009-10-171-5/+16
* | Fix subcommands without --add-url optionOwen W. Taylor2009-09-181-1/+1
* | Fix adding-url to just some commitsOwen W. Taylor2009-09-181-28/+27
|/
* Mark bugzilla.gnome.org as httpsOwen W. Taylor2009-09-091-0/+1
* Handle redirectsOwen W. Taylor2009-09-091-21/+89
* Avoid Python2.6-ismsEmmanuele Bassi2009-09-091-2/+4
* Add 'git bz push -fix' and 'git bz edit --fix'Owen W. Taylor2009-09-051-42/+100
* Make 'git bz add-url' more like git rebaseOwen W. Taylor2009-09-051-11/+22
* Split out documentationOwen W. Taylor2009-09-051-201/+4
* Command line option tweaksOwen W. Taylor2009-09-051-7/+8
* Allow omitting bug reference for 'git bz attach'Owen W. Taylor2009-09-051-3/+31
* Make --add-url the default for 'git bz apply' as wellOwen W. Taylor2009-09-041-2/+2
* Ignore committed/rejected patchesOwen W. Taylor2009-09-041-0/+4
* Allow configuring bug reference additionOwen W. Taylor2009-09-011-11/+101
* Improve URL additionOwen W. Taylor2009-09-011-9/+23
* Add URLs by defaultOwen W. Taylor2009-09-011-15/+28
* Make bug changes before attachment changes to avoid token problemsOwen W. Taylor2009-08-311-10/+17
* Use .add() for sets not .append()Owen W. Taylor2009-08-311-1/+1
* Cache legal field valuesOwen W. Taylor2009-08-311-19/+28
* Add utility for constant-response cachingOwen W. Taylor2009-08-311-1/+40
* Add push subcommand to help commandOwen W. Taylor2009-08-311-1/+1
* Fix checking for missing fields in XML responseOwen W. Taylor2009-08-311-3/+3
* Fix marking patches as obsolete from 'git bz edit'Owen W. Taylor2009-08-301-1/+1
* Fix git-bz to work with none-GNOME bugzillaOwen W. Taylor2009-08-301-29/+53