summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-09Document changes and release 0.6.2debian/0.6.2Guido Günther1-0/+38
2013-07-09Bump dephelper dependencyGuido Günther1-1/+1
2013-07-04GitRepository.set_upstream_branch: use --set-upstream-to if availableGuido Günther1-3/+6
2013-07-04GitRepository.set_upstream_branch: Catch errors to set upstream branchGuido Günther1-2/+9
2013-07-04GitRepository.set_upstream_branch: don't try to set upstream twiceGuido Günther1-2/+2
2013-07-04GitRepository.set_upstream_branch: Newer git wants a valid remote repo entryGuido Günther1-1/+1
2013-07-04Remove duplicate config files sectionGuido Günther1-4/+1
2013-07-04Add gbp buildpackage exampleGuido Günther2-0/+23
2013-07-01Add examples for importing upstream sourcesGuido Günther1-0/+11
2013-06-30Fix broken xrefsGuido Günther7-10/+10
2013-06-30Add symlinks to the manpages for the deprecated commandsGuido Günther1-0/+6
2013-06-30Update Vcs-Browser URLGuido Günther1-1/+1
2013-06-30Switch to debhelper level 9Guido Günther1-1/+1
2013-06-30Make sure we keep our test coverageGuido Günther1-0/+1
2013-06-30Test succesful import tooGuido Günther1-2/+15
2013-06-29gbp.git.GitRepository.has_branch(): use _git_commandGuido Günther1-2/+3
2013-06-29gbp.git.Repository.get_branch(): use _git_commandGuido Günther1-5/+11
2013-06-29.gitignore docbook xrefGuido Günther1-0/+1
2013-06-29Git.Repository.__git_inout: Close all other file descriptorsGuido Günther1-0/+1
2013-06-29Git.Repository.__git_inout: properly set stdinGuido Günther1-2/+3
2013-06-27Use has_keyGuido Günther1-3/+1
2013-06-27Document gbp's help optionGuido Günther1-0/+7
2013-06-27Document changes and release 0.6.1debian/0.6.1Guido Günther1-0/+8
2013-06-27Depend on python-pkg-resourcesGuido Günther1-0/+2
2013-06-27Split {Build-,}Deps per lineGuido Günther1-6/+26
2013-06-26Document changes and release 0.6.0debian/0.6.0Guido Günther2-1/+60
2013-06-26import-dsc: print filename instead of object nameGuido Günther2-3/+4
2013-06-26config: Don't fill in the parser with all defaultsGuido Günther1-2/+7
2013-06-26Fix typoGuido Günther1-1/+1
2013-06-26gbp-import-dscs: invoke gbp import-dscGuido Günther1-5/+5
2013-06-26Consistently call gbp the supercommandGuido Günther4-14/+39
2013-06-26gbp: support --helpGuido Günther1-3/+8
2013-06-26Update package descriptionGuido Günther1-7/+7
2013-06-26NEWS: add a note about the new gbp super commandGuido Günther1-0/+14
2013-06-26Rename the sgml files from git- to gbp-Guido Günther17-29/+29
2013-06-26gbp.conf: Use command names instead of {git,gbp}-Guido Günther2-26/+27
2013-06-26docs: Rename the entities from &git-<command>; to &gbp-<command>;Guido Günther13-106/+106
2013-06-26manpages: Changes references from git- to gbp-Guido Günther11-48/+52
2013-06-26docs: Use gbp <command> instead of {git,gbp}-<command>Guido Günther10-27/+28
2013-06-26Add gbp manpageGuido Günther6-0/+199
2013-06-26Bash complete on "gbp <command>" tooGuido Günther1-9/+51
2013-06-26Git-Ignore generated gbp.conf.5 tooGuido Günther1-0/+1
2013-06-19GbpOptionParser: add test for 'filter' option handlingGuido Günther1-0/+24
2013-06-19GbpOptionParser: Make sure we parse the old config sectionsGuido Günther2-0/+30
2013-06-19GbpOptionParser: Make sure we access the GbpOptionParser*'s default dictGuido Günther1-1/+1
2013-06-18Add wrapper for all gbp commandsGuido Günther4-2/+101
2013-06-13GitRepository/diff: allow single objectMarkus Lehtonen1-2/+4
2013-06-11Simplify expressionGuido Günther1-2/+2
2013-06-11GitRepository.get_subject: use get_commit_infoGuido Günther2-6/+6
2013-06-11buildpackage: use get_commit_info() instead of get_subject()Markus Lehtonen2-3/+3