summaryrefslogtreecommitdiff
path: root/gbp/scripts
AgeCommit message (Expand)Author
2014-05-16Fix comitter vs committer typosGuido Günther
2014-05-07Handle version format errors more gracefullyGuido Günther
2014-04-04Slightly improve usage outputGuido Günther
2014-04-03config: add decorator to add_option_* functionsGuido Günther
2014-04-03Import command not moduleGuido Günther
2014-04-01Add minimal 'config' commandGuido Günther
2014-03-29Use a much simpler version to fix the command name in --helpGuido Günther
2014-03-27Fix command outputGuido Günther
2014-03-27pq: minor log message typo fixMarkus Lehtonen
2014-02-23import_dsc: Create missing debian branch with --create-missing-branchesGuido Günther
2014-01-07import_orig: test error paths of find_sourceGuido Günther
2014-01-05Avoid backtrace on config file parse errorsGuido Günther
2013-12-20Determine changes file name based on dpkg-buildpackage optionsGuido Günther
2013-11-06import-dsc; Merge upstream version by tagGuido Günther
2013-11-05import-dsc: allow to skip Debian tag creationGuido Günther
2013-10-31pq: support 'Topic' patch-export commandMarkus Lehtonen
2013-10-31pq: listen to 'Gbp-Pq:' commands, tooMarkus Lehtonen
2013-10-31pq: add format_diff() functionMarkus Lehtonen
2013-10-31pq: support patch-export commandsMarkus Lehtonen
2013-10-31pq: properly generate non-ascii patch filesMarkus Lehtonen
2013-10-31pq.format_patch: support file path filteringMarkus Lehtonen
2013-10-31pq: rewrite patch export functionalityMarkus Lehtonen
2013-10-22gbp-clone: support cloning to a specific directoryGuan Junchun
2013-09-16pq: Only print number or tries if we try more than onceGuido Günther
2013-09-16pq: print which patch failed to applyGuido Günther
2013-09-10common/buildpackage: fix handling of empty tarball prefixMarkus Lehtonen
2013-09-05Remove unused importGuido Günther
2013-09-04import-orig: import readline in the common moduleMarkus Lehtonen
2013-08-28Use open() instead of file()Guido Günther
2013-08-24pq: exclude patches from Debian packaging branchGuido Günther
2013-08-22Minor docstring updatesGuido Günther
2013-08-21dch: make automatic adding of new sections more robustGuido Günther
2013-06-27Use has_keyGuido Günther
2013-06-26import-dsc: print filename instead of object nameGuido 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-18Add wrapper for all gbp commandsGuido Günther
2013-06-11Simplify expressionGuido Günther
2013-06-11buildpackage: use get_commit_info() instead of get_subject()Markus Lehtonen
2013-06-06import-orig: keep working copy in sync with branch HEADMarkus Lehtonen
2013-05-17git-buildpackage: Unbreak overlay modeGaudenz Steinlin
2013-05-04gbp-pull: Fix typo in help outputGuido 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-29Make parse_dsc a classmethod of DscFileGuido Günther
2013-04-29dch: Use DebianSource.is_nativeGuido Günther
2013-04-27GitRepository.commit_dir: raise GitRepositoryError instead of GbpErrorGuido Günther
2013-04-26Silence GitRepository.has_treeishGuido Günther
2013-04-26buildpackage: implement --[no-]hooks optionMarkus Lehtonen