summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-06Add bz.add-url config variableOwen W. Taylor
2010-09-06Use the actual description entered by the user, rather than unconditionally u...Bobby Holley
2010-09-06Fix duplicate variable settingOwen W. Taylor
2010-09-06Document new per-tracker configurationOwen W. Taylor
2010-09-06Fix inconsistent authuser/authpwd abbreviationsOwen W. Taylor
2010-09-06Handle partial URLsOwen W. Taylor
2010-09-06Merge remote branch 'jjongsma/http-auth'Owen W. Taylor
2010-07-01Use sqlite3 module if availableYaakov Selkowitz
2010-06-14docs: Quote example url to workaround asciidoc bugRobert Bragg
2010-06-07Fix typo in google-chrome and chromium supportMarc-Andre Lureau
2010-06-05When prompting, loop, don't default on unknown inputsOwen W. Taylor
2010-06-05Fix problem with stray spacesOwen W. Taylor
2010-06-05Fix typos in documentationChristophe Fergeau
2010-06-05Added google-chrome as a possible browserOwen W. Taylor
2010-06-05Add support for epiphany with the webkit backendJonathon Jongsma
2010-06-05Handle 'see <url> <bug reference>'Owen W. Taylor
2010-06-05Pass --ignore-submodules when checking uncommitted changesOwen W. Taylor
2009-10-17Handle Chromium cookie expiry properlyOwen W. Taylor
2009-09-18Fix subcommands without --add-url optionOwen W. Taylor
2009-09-18Fix adding-url to just some commitsOwen W. Taylor
2009-09-15Fix ' git bz attach' failure when bugzilla server has a pathJonathon Jongsma
2009-09-15Fix exception when parsing an alias as a urlJonathon Jongsma
2009-09-11Add support for bugzilla installations that require http authJonathon Jongsma
2009-09-11Add support for bugzilla installations in non-root pathsJonathon Jongsma
2009-09-09Mark bugzilla.gnome.org as httpsOwen W. Taylor
2009-09-09Handle redirectsOwen W. Taylor
2009-09-09Avoid Python2.6-ismsEmmanuele Bassi
2009-09-05Add 'git bz push -fix' and 'git bz edit --fix'Owen W. Taylor
2009-09-05Make 'git bz add-url' more like git rebaseOwen W. Taylor
2009-09-05TODO updatesOwen W. Taylor
2009-09-05Split out documentationOwen W. Taylor
2009-09-05Command line option tweaksOwen W. Taylor
2009-09-05Allow omitting bug reference for 'git bz attach'Owen W. Taylor
2009-09-04Make --add-url the default for 'git bz apply' as wellOwen W. Taylor
2009-09-04Ignore committed/rejected patchesOwen W. Taylor
2009-09-01Allow configuring bug reference additionOwen W. Taylor
2009-09-01Improve URL additionOwen W. Taylor
2009-09-01Add URLs by defaultOwen W. Taylor
2009-08-31Make bug changes before attachment changes to avoid token problemsOwen W. Taylor
2009-08-31Use .add() for sets not .append()Owen W. Taylor
2009-08-31Cache legal field valuesOwen W. Taylor
2009-08-31Add utility for constant-response cachingOwen W. Taylor
2009-08-31Add push subcommand to help commandOwen W. Taylor
2009-08-31Fix checking for missing fields in XML responseOwen W. Taylor
2009-08-30Fix marking patches as obsolete from 'git bz edit'Owen W. Taylor
2009-08-30Fix git-bz to work with none-GNOME bugzillaOwen W. Taylor
2009-08-30Add 'git bz edit --pushed' and 'git bz push'Owen W. Taylor
2009-08-30Allow capturing stderr from a run git commandOwen W. Taylor
2009-08-30Allow passing a commit or revision range to 'git bz edit'Owen W. Taylor
2009-08-30Add a BugHandle class to represent parsed bug referencesOwen W. Taylor