summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-29Git.Repository.__git_inout: properly set stdinGuido Günther
2013-06-27Use has_keyGuido Günther
2013-06-27Document gbp's help optionGuido Günther
2013-06-27Document changes and release 0.6.1Guido Günther
2013-06-27Depend on python-pkg-resourcesGuido Günther
2013-06-27Split {Build-,}Deps per lineGuido Günther
2013-06-26Document changes and release 0.6.0Guido Günther
2013-06-26import-dsc: print filename instead of object nameGuido Günther
2013-06-26config: Don't fill in the parser with all defaultsGuido Günther
2013-06-26Fix typoGuido Günther
2013-06-26gbp-import-dscs: invoke gbp import-dscGuido Günther
2013-06-26Consistently call gbp the supercommandGuido Günther
2013-06-26gbp: support --helpGuido Günther
2013-06-26Update package descriptionGuido Günther
2013-06-26NEWS: add a note about the new gbp super commandGuido Günther
2013-06-26Rename the sgml files from git- to gbp-Guido Günther
2013-06-26gbp.conf: Use command names instead of {git,gbp}-Guido Günther
2013-06-26docs: Rename the entities from &git-<command>; to &gbp-<command>;Guido Günther
2013-06-26manpages: Changes references from git- to gbp-Guido Günther
2013-06-26docs: Use gbp <command> instead of {git,gbp}-<command>Guido Günther
2013-06-26Add gbp manpageGuido Günther
2013-06-26Bash complete on "gbp <command>" tooGuido Günther
2013-06-26Git-Ignore generated gbp.conf.5 tooGuido Günther
2013-06-19GbpOptionParser: add test for 'filter' option handlingGuido Günther
2013-06-19GbpOptionParser: Make sure we parse the old config sectionsGuido Günther
2013-06-19GbpOptionParser: Make sure we access the GbpOptionParser*'s default dictGuido Günther
2013-06-18Add wrapper for all gbp commandsGuido Günther
2013-06-13GitRepository/diff: allow single objectMarkus Lehtonen
2013-06-11Simplify expressionGuido Günther
2013-06-11GitRepository.get_subject: use get_commit_infoGuido Günther
2013-06-11buildpackage: use get_commit_info() instead of get_subject()Markus Lehtonen
2013-06-11Remove unused importsGuido Günther
2013-06-06import-orig: keep working copy in sync with branch HEADMarkus Lehtonen
2013-06-06GitRepository/get_commit_info: add patchname to infoMarkus Lehtonen
2013-06-06gitmodifier: make the datetime object always have timezoneMarkus Lehtonen
2013-05-30Document changes and release 0.6.0~git20130630Guido Günther
2013-05-30Add Jenkins Scratchbuilder exampleGuido Günther
2013-05-17git-buildpackage: Unbreak overlay modeGaudenz Steinlin
2013-05-08GitRepository: Use LC_ALL=C when checking featuresGuido Günther
2013-05-06Document changes and release 0.6.0~git20130506Guido Günther
2013-05-04manpages: Document gbp-pull's --ignore-branch optionGuido Günther
2013-05-04gbp-pull: Fix typo in help outputGuido Günther
2013-05-02GitRepository Use _git_inout in get_branchGuido Günther
2013-05-02Add --ignore-branch to gbp-pullGuido Günther
2013-05-02dch: make sure branch is always definedGuido Günther
2013-04-30trivial: simplify option assignmentGuido Günther
2013-04-30Silence test_debian_missing_authorGuido Günther
2013-04-29Silence dpkg --compare-versionsGuido Günther
2013-04-29Use Popen.communicate instead of subprocess callGuido Günther
2013-04-29Make parse_dsc a classmethod of DscFileGuido Günther