summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-04-29ChangeLog: Remove is_nativeGuido Günther
2013-04-29dch: Use DebianSource.is_nativeGuido Günther
2013-04-29Revert "Use Popen.communicate instead of subprocess call"Guido Günther
2013-04-29Use Popen.communicate instead of subprocess callGuido Günther
2013-04-27GitRepository.has_feature: capture stderrGuido Günther
2013-04-27GitRepository.commit_dir: raise GitRepositoryError instead of GbpErrorGuido Günther
2013-04-27Silence GitRepository.write_treeGuido Günther
2013-04-27command_wrappers: allow to silence __call__Guido Günther
2013-04-27Discard git mailinfo's error messageGuido Günther
2013-04-27Silence GitRepository.grep_logGuido Günther
2013-04-27Silence GitRepository.set_upstream_branchGuido Günther
2013-04-26Silence GitRepository.has_treeishGuido Günther
2013-04-2610_test_get_upstream_tree: Fix test descriptionsGuido Günther
2013-04-2614_test_gbp_import_dscs: Mock gbp.log.errGuido Günther
2013-04-26buildpackage: implement --[no-]hooks optionMarkus Lehtonen