summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-11Remove unused importsGuido Günther1-3/+0
2013-06-06import-orig: keep working copy in sync with branch HEADMarkus Lehtonen1-0/+6
2013-06-06GitRepository/get_commit_info: add patchname to infoMarkus Lehtonen2-3/+6
2013-06-06gitmodifier: make the datetime object always have timezoneMarkus Lehtonen2-12/+29
2013-05-30Document changes and release 0.6.0~git20130630debian/0.6.0_git20130530Guido Günther1-0/+15
2013-05-30Add Jenkins Scratchbuilder exampleGuido Günther1-0/+41
2013-05-17git-buildpackage: Unbreak overlay modeGaudenz Steinlin1-1/+1
2013-05-08GitRepository: Use LC_ALL=C when checking featuresGuido Günther1-0/+1
2013-05-06Document changes and release 0.6.0~git20130506debian/0.6.0_git20130506Guido Günther1-0/+21
2013-05-04manpages: Document gbp-pull's --ignore-branch optionGuido Günther1-1/+9
2013-05-04gbp-pull: Fix typo in help outputGuido Günther1-1/+1
2013-05-02GitRepository Use _git_inout in get_branchGuido Günther1-2/+5
2013-05-02Add --ignore-branch to gbp-pullGuido Günther1-1/+11
2013-05-02dch: make sure branch is always definedGuido Günther1-0/+1
2013-04-30trivial: simplify option assignmentGuido Günther1-19/+10
2013-04-30Silence test_debian_missing_authorGuido Günther1-1/+7
2013-04-29Silence dpkg --compare-versionsGuido Günther2-7/+18
2013-04-29Use Popen.communicate instead of subprocess callGuido Günther1-8/+25
2013-04-29Make parse_dsc a classmethod of DscFileGuido Günther6-25/+25
2013-04-29ChangeLog: Remove is_nativeGuido Günther3-16/+1
2013-04-29dch: Use DebianSource.is_nativeGuido Günther2-3/+11
2013-04-29Revert "Use Popen.communicate instead of subprocess call"Guido Günther1-7/+0
2013-04-29Use Popen.communicate instead of subprocess callGuido Günther1-0/+7
2013-04-27GitRepository.has_feature: capture stderrGuido Günther2-3/+6
2013-04-27GitRepository.commit_dir: raise GitRepositoryError instead of GbpErrorGuido Günther3-5/+7
2013-04-27Silence GitRepository.write_treeGuido Günther1-3/+5
2013-04-27command_wrappers: allow to silence __call__Guido Günther1-5/+5
2013-04-27Discard git mailinfo's error messageGuido Günther1-1/+1
2013-04-27Silence GitRepository.grep_logGuido Günther2-5/+10
2013-04-27Silence GitRepository.set_upstream_branchGuido Günther1-2/+2
2013-04-26Silence GitRepository.has_treeishGuido Günther2-3/+4
2013-04-2610_test_get_upstream_tree: Fix test descriptionsGuido Günther1-6/+6
2013-04-2614_test_gbp_import_dscs: Mock gbp.log.errGuido Günther1-2/+9
2013-04-26buildpackage: implement --[no-]hooks optionMarkus Lehtonen3-0/+23
2013-04-26tests: Fix tests for UbuntuMarkus Lehtonen3-20/+71
2013-04-26DebianSource: fix is_native()Markus Lehtonen1-1/+2
2013-04-26tests: add missing import in test_ChangelogMarkus Lehtonen1-0/+1
2013-04-25GitRepository: add describe() methodMarkus Lehtonen2-11/+66
2013-04-25tests: another fix for older dchMarkus Lehtonen1-4/+4