summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-092-25/+89
* Avoid Python2.6-ismsEmmanuele Bassi2009-09-091-2/+4
* Add 'git bz push -fix' and 'git bz edit --fix'Owen W. Taylor2009-09-052-47/+115
* Make 'git bz add-url' more like git rebaseOwen W. Taylor2009-09-052-21/+25
* TODO updatesOwen W. Taylor2009-09-051-3/+48
* Split out documentationOwen W. Taylor2009-09-055-201/+396
* Command line option tweaksOwen W. Taylor2009-09-051-7/+8
* Allow omitting bug reference for 'git bz attach'Owen W. Taylor2009-09-052-10/+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
* Add 'git bz edit --pushed' and 'git bz push'Owen W. Taylor2009-08-301-8/+143
* Allow capturing stderr from a run git commandOwen W. Taylor2009-08-301-0/+6
* Allow passing a commit or revision range to 'git bz edit'Owen W. Taylor2009-08-301-5/+82
* Add a BugHandle class to represent parsed bug referencesOwen W. Taylor2009-08-301-28/+63
* Add an edit subcommandOwen W. Taylor2009-08-301-1/+118
* Add a method for getting legal field valuesOwen W. Taylor2009-08-301-0/+15
* Add a method to update a patch on a bugOwen W. Taylor2009-08-301-9/+49
* Add a method to update a bugOwen W. Taylor2009-08-301-0/+19
* Add helper functions for handling abbrevationsOwen W. Taylor2009-08-301-0/+23
* Add a helper function for checking for successOwen W. Taylor2009-08-301-18/+33
* Allow files=None for BugServer.send_post()Owen W. Taylor2009-08-291-14/+12
* File bugs via XML-RPC when possibleOwen W. Taylor2009-08-292-20/+89
* Split HTTP communication out of Bug classOwen W. Taylor2009-08-291-31/+40
* Fix error message when not logged inOwen W. Taylor2009-08-291-4/+5
* Improve error handling when bug reference is incorrectJonathon Jongsma2009-08-291-0/+3
* Fix to work again with FirefoxOwen W. Taylor2009-08-241-2/+2
* Support chromium cookiesColin Walters2009-08-241-10/+23
* Get attachment data from XML bug dump instead of downloading separatelyOwen W. Taylor2009-08-241-17/+18
* Fix to work with Bugzilla 3.4Owen W. Taylor2009-08-151-2/+5
* Pass -M to git-format-patchOwen W. Taylor2009-06-251-1/+4
* Make 'git bz file <commit>' just file that commitOwen W. Taylor2009-04-251-50/+35
* Move default-product and default-component to main bz sectionOwen W. Taylor2009-04-251-18/+45
* Work around Firefox-3.5 locking problems with a copyOwen W. Taylor2009-04-251-10/+40
* Factor out common code between Firefox and Epiphany cookie readingOwen W. Taylor2009-04-251-46/+44
* Add support for epiphany as wellAndy Wingo2009-04-251-7/+52
* Add checks to try and detect when -u/--add-url won't workOwen W. Taylor2009-04-251-10/+59