summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-21dch: make automatic adding of new sections more robustGuido Günther
2013-08-21Move MockedChangelog to testutilsGuido Günther
2013-07-13--git-hooks doesn't take an argumentGuido Günther
2013-07-09Document changes and release 0.6.2Guido Günther
2013-07-09Bump dephelper dependencyGuido Günther
2013-07-04GitRepository.set_upstream_branch: use --set-upstream-to if availableGuido Günther
2013-07-04GitRepository.set_upstream_branch: Catch errors to set upstream branchGuido Günther
2013-07-04GitRepository.set_upstream_branch: don't try to set upstream twiceGuido Günther
2013-07-04GitRepository.set_upstream_branch: Newer git wants a valid remote repo entryGuido Günther
2013-07-04Remove duplicate config files sectionGuido Günther
2013-07-04Add gbp buildpackage exampleGuido Günther
2013-07-01Add examples for importing upstream sourcesGuido Günther
2013-06-30Fix broken xrefsGuido Günther
2013-06-30Add symlinks to the manpages for the deprecated commandsGuido Günther
2013-06-30Update Vcs-Browser URLGuido Günther
2013-06-30Switch to debhelper level 9Guido Günther
2013-06-30Make sure we keep our test coverageGuido Günther
2013-06-30Test succesful import tooGuido Günther
2013-06-29gbp.git.GitRepository.has_branch(): use _git_commandGuido Günther
2013-06-29gbp.git.Repository.get_branch(): use _git_commandGuido Günther
2013-06-29.gitignore docbook xrefGuido Günther
2013-06-29Git.Repository.__git_inout: Close all other file descriptorsGuido Günther
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