summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
2015-02-20Handle renamed urlparse in Python3Guido Günther
2015-02-20Use six.iteritems() and six.iterkeys()Guido Günther
2015-02-20Handle Python3's changed octal literal syntaxGuido Günther
2015-02-20Use email.utils instead of email.UtilsGuido Günther
2015-02-20Don't rely on dictionary key orderGuido Günther
2015-02-20Use six.StringIOGuido Günther
2015-02-20Don't use dict.has_key()Guido Günther
2015-02-20Handle ConfigParser -> configparser renameGuido Günther
2015-02-20Don't use print as a statementGuido Günther
2015-02-20Convert zip and map to listGuido Günther
2015-02-20Ignore return types of write and shutil.copyGuido Günther
2015-02-20Remove unused importGuido Günther
2015-02-18rpm: suppress stderr when unpacking src.rpmMarkus Lehtonen
2015-02-18patchseries: strip numbering when guessing subject from filenameMarkus Lehtonen
2015-02-18tests: restore logger module after tampering itMarkus Lehtonen
2015-02-18import-srpm: support gbp-config commandMarkus Lehtonen
2015-02-17git-dch --git-author: separate author and emailDmitrij Tejblum
2015-02-08parse_gbp_commands: support command filteringGuido Günther
2015-02-08pq: Generate new style Gbp-Pq: Topic <topic> entriesGuido Günther
2015-02-08pq: deprecate the usage of 'gbp-pq-topic:'Markus Lehtonen
2015-01-31repository: fix head docstringGuido Günther
2015-01-29buildpackage: Tag currently checked out headGuido Günther
2015-01-29Revert "pq: deprecate the usage of 'gbp-pq-topic:'"Guido Günther
2015-01-25config: Deprecate legacy config sectionsGuido Günther
2015-01-25pq: deprecate the usage of 'gbp-pq-topic:'Markus Lehtonen
2015-01-22dch: Support Gbp-Dch: besides Git-Dch:Guido Günther
2015-01-22Make Debian and Git spelling consistentGuido Günther
2015-01-22vfs: remove wrong docstringGuido Günther
2015-01-22pristinetar: fix docstringGuido Günther
2015-01-18import-orig: Add --download optionGuido Günther
2014-12-29Introduce gbp-pq-rpmMarkus Lehtonen
2014-12-28Fix argument typeGuido Günther
2014-12-28config: read the right config if run from subdirMarkus Lehtonen
2014-12-28buildpackage/dump_tree: add 'recursive' optionMarkus Lehtonen
2014-12-28pq: print which patch got just appliedGuido Günther
2014-12-05log: fix auto colorizing for custom streamsMarkus Lehtonen
2014-12-05notify: catch RuntimeError when importing pynotifyMarkus Lehtonen
2014-12-05gbp-dch: fix handling of the '--meta' optionMarkus Lehtonen
2014-12-05GitRepository: Implement status methodEd Bartosh
2014-12-05GitRepository.create_branch: add 'force' optionMarkus Lehtonen
2014-12-05GitRepository: add diff_status methodMarkus Lehtonen
2014-12-05pq: move switch_pq() to commonMarkus Lehtonen
2014-10-29git.vfs: fix close methodGuido Günther
2014-10-17Improve change reporting a bitGuido Günther
2014-10-14pq: Don't fail commit if the series file is empty on the source branchGuido Günther
2014-10-12pq: Add "pq export --commit" optionGuido Günther
2014-09-26meta-closes: Move help text to GbpOptionParser.helpGuido Günther
2014-09-12Allow to always drop pq branch after exportGuido Günther
2014-08-23Unify doc strings a bitGuido Günther
2014-08-23Allow to list all available commandsGuido Günther