summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
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-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-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-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-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-17git-buildpackage: Unbreak overlay modeGaudenz Steinlin
2013-05-08GitRepository: Use LC_ALL=C when checking featuresGuido 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-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-26buildpackage: implement --[no-]hooks optionMarkus Lehtonen
2013-04-26DebianSource: fix is_native()Markus Lehtonen
2013-04-25GitRepository: add describe() methodMarkus Lehtonen
2013-04-25buildpackage: catch and handle DebianSourceError gracefullyMarkus Lehtonen
2013-04-25DebianSource: raise DebianSourceError if reading changelog failsMarkus Lehtonen
2013-04-24Silence _git_commandGuido Günther
2013-04-24Silence git cloneGuido Günther
2013-04-14GitRepository: make __build_env a static methodGuido Günther
2013-04-14Silence git initGuido Günther
2013-04-13Don't try access source before it's filledGuido Günther
2013-04-13Add gbp.git.source.Source.sourcepkgGuido Günther