summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2014-05-24Revert "Determine build_dir upfront"Guido Günther1-1/+5
2014-05-22Improve error reporting on hooksGuido Günther1-13/+20
2014-05-22Improve error reporting on failed commandsGuido Günther1-6/+4
2014-05-22Determine build_dir upfrontGuido Günther1-5/+1
2014-05-19pq: Try harder to cleanup after a failed patchGuido Günther1-0/+1
2014-05-19pq: Print proper error message if we fail to apply the treeGuido Günther1-2/+2
2014-05-16Fix comitter vs committer typosGuido Günther5-9/+9
2014-05-07Handle version format errors more gracefullyGuido Günther1-1/+3
2014-04-04Slightly improve usage outputGuido Günther1-2/+2
2014-04-03config: add decorator to add_option_* functionsGuido Günther10-87/+219
2014-04-03Import command not moduleGuido Günther1-3/+3
2014-04-02Revert "GitRepository/add_remote_repo: fix the 'tags' argument"Markus Lehtonen1-1/+1
2014-04-01Add minimal 'config' commandGuido Günther2-2/+100
2014-04-01Test option parser fallbacks more thoroughlyGuido Günther1-1/+0
2014-03-29Use a much simpler version to fix the command name in --helpGuido Günther9-15/+22
2014-03-27Fix command outputGuido Günther9-16/+15
2014-03-27pq: minor log message typo fixMarkus Lehtonen1-1/+1
2014-03-27GitRepository/add_remote_repo: fix the 'tags' argumentMarkus Lehtonen1-1/+1
2014-03-27GitRepository/get_commit_info: correctly handle file renames/copiesMarkus Lehtonen1-1/+2
2014-02-23import_dsc: Create missing debian branch with --create-missing-branchesGuido Günther1-1/+2
2014-02-19config: Don't pull in config defaults twiceGuido Günther1-4/+5
2014-02-18config: Don't pull in config defaults twiceGuido Günther1-1/+3
2014-01-07import_orig: test error paths of find_sourceGuido Günther1-5/+19
2014-01-05Change the default of cleaner to /bin/trueGuido Günther1-1/+1
2014-01-05Make parsing config file sections symmetricGuido Günther1-6/+12
2014-01-05Avoid backtrace on config file parse errorsGuido Günther5-15/+50
2013-12-20Determine changes file name based on dpkg-buildpackage optionsGuido Günther1-7/+19
2013-11-06log: add error and warning aliasesGuido Günther1-0/+6
2013-11-06import-dsc; Merge upstream version by tagGuido Günther1-3/+27
2013-11-05import-dsc: allow to skip Debian tag creationGuido Günther1-10/+16
2013-10-31pq: support 'Topic' patch-export commandMarkus Lehtonen2-5/+5
2013-10-31pq: listen to 'Gbp-Pq:' commands, tooMarkus Lehtonen1-0/+1
2013-10-31pq: add format_diff() functionMarkus Lehtonen1-1/+27
2013-10-31pq: support patch-export commandsMarkus Lehtonen2-4/+32
2013-10-31pq: properly generate non-ascii patch filesMarkus Lehtonen1-11/+28
2013-10-31pq.format_patch: support file path filteringMarkus Lehtonen1-5/+27
2013-10-31pq: rewrite patch export functionalityMarkus Lehtonen2-153/+100
2013-10-22gbp-clone: support cloning to a specific directoryGuan Junchun1-3/+5
2013-10-22gbp-clone: support repo URLs like "host:repo.git"Guan Junchun1-1/+4
2013-10-16Be more robust about git status output changesGuido Günther1-18/+21
2013-09-16pq: Only print number or tries if we try more than onceGuido Günther1-1/+1
2013-09-16pq: print which patch failed to applyGuido Günther1-0/+1
2013-09-10GitRepository: deprecate the get_remote_repos methodMarkus Lehtonen1-0/+2
2013-09-10GitRepository.has_remote_repo: use get_remotes methodMarkus Lehtonen1-1/+1
2013-09-10git: new class and method for remote repositoriesMarkus Lehtonen1-0/+61
2013-09-10GitRepository.pull: Add 'all_remotes' optionLingchaox Xin1-5/+10
2013-09-10GitRepository.push: Add 'tags' optionLingchaox Xin1-1/+5
2013-09-10GitRepository.push: Add 'force' optionLingchaox Xin1-1/+6
2013-09-10GitRepository.list_tree: add 'paths' optionMarkus Lehtonen1-1/+3
2013-09-10GitRepository.diff: add 'ignore_submodules' optionMarkus Lehtonen1-1/+4