summaryrefslogtreecommitdiffhomepage
path: root/gbp
Commit message (Expand)AuthorAge
* GitRepository.set_upstream_branch: use --set-upstream-to if availableGuido Günther2013-07-04
* GitRepository.set_upstream_branch: Catch errors to set upstream branchGuido Günther2013-07-04
* GitRepository.set_upstream_branch: don't try to set upstream twiceGuido Günther2013-07-04
* gbp.git.GitRepository.has_branch(): use _git_commandGuido Günther2013-06-29
* gbp.git.Repository.get_branch(): use _git_commandGuido Günther2013-06-29
* Git.Repository.__git_inout: Close all other file descriptorsGuido Günther2013-06-29
* Git.Repository.__git_inout: properly set stdinGuido Günther2013-06-29
* Use has_keyGuido Günther2013-06-27
* import-dsc: print filename instead of object nameGuido Günther2013-06-26
* config: Don't fill in the parser with all defaultsGuido Günther2013-06-26
* gbp-import-dscs: invoke gbp import-dscGuido Günther2013-06-26
* Consistently call gbp the supercommandGuido Günther2013-06-26
* gbp: support --helpGuido Günther2013-06-26
* GbpOptionParser: Make sure we parse the old config sectionsGuido Günther2013-06-19
* GbpOptionParser: Make sure we access the GbpOptionParser*'s default dictGuido Günther2013-06-19
* Add wrapper for all gbp commandsGuido Günther2013-06-18
* GitRepository/diff: allow single objectMarkus Lehtonen2013-06-13
* Simplify expressionGuido Günther2013-06-11
* GitRepository.get_subject: use get_commit_infoGuido Günther2013-06-11
* buildpackage: use get_commit_info() instead of get_subject()Markus Lehtonen2013-06-11
* import-orig: keep working copy in sync with branch HEADMarkus Lehtonen2013-06-06
* GitRepository/get_commit_info: add patchname to infoMarkus Lehtonen2013-06-06
* gitmodifier: make the datetime object always have timezoneMarkus Lehtonen2013-06-06
* git-buildpackage: Unbreak overlay modeGaudenz Steinlin2013-05-17
* GitRepository: Use LC_ALL=C when checking featuresGuido Günther2013-05-08
* gbp-pull: Fix typo in help outputGuido Günther2013-05-04
* GitRepository Use _git_inout in get_branchGuido Günther2013-05-02
* Add --ignore-branch to gbp-pullGuido Günther2013-05-02
* dch: make sure branch is always definedGuido Günther2013-05-02
* Silence dpkg --compare-versionsGuido Günther2013-04-29
* Use Popen.communicate instead of subprocess callGuido Günther2013-04-29
* Make parse_dsc a classmethod of DscFileGuido Günther2013-04-29
* ChangeLog: Remove is_nativeGuido Günther2013-04-29
* dch: Use DebianSource.is_nativeGuido Günther2013-04-29
* Revert "Use Popen.communicate instead of subprocess call"Guido Günther2013-04-29
* Use Popen.communicate instead of subprocess callGuido Günther2013-04-29
* GitRepository.has_feature: capture stderrGuido Günther2013-04-27
* GitRepository.commit_dir: raise GitRepositoryError instead of GbpErrorGuido Günther2013-04-27
* Silence GitRepository.write_treeGuido Günther2013-04-27
* command_wrappers: allow to silence __call__Guido Günther2013-04-27
* Discard git mailinfo's error messageGuido Günther2013-04-27
* Silence GitRepository.grep_logGuido Günther2013-04-27
* Silence GitRepository.set_upstream_branchGuido Günther2013-04-27
* Silence GitRepository.has_treeishGuido Günther2013-04-26
* buildpackage: implement --[no-]hooks optionMarkus Lehtonen2013-04-26
* DebianSource: fix is_native()Markus Lehtonen2013-04-26
* GitRepository: add describe() methodMarkus Lehtonen2013-04-25
* buildpackage: catch and handle DebianSourceError gracefullyMarkus Lehtonen2013-04-25
* DebianSource: raise DebianSourceError if reading changelog failsMarkus Lehtonen2013-04-25
* Silence _git_commandGuido Günther2013-04-24