summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
2014-04-03config: add decorator to add_option_* functionsGuido Günther
2014-04-03Import command not moduleGuido Günther
2014-04-02Revert "GitRepository/add_remote_repo: fix the 'tags' argument"Markus Lehtonen
2014-04-01Add minimal 'config' commandGuido Günther
2014-04-01Test option parser fallbacks more thoroughlyGuido 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-03-27GitRepository/add_remote_repo: fix the 'tags' argumentMarkus Lehtonen
2014-03-27GitRepository/get_commit_info: correctly handle file renames/copiesMarkus Lehtonen
2014-02-23import_dsc: Create missing debian branch with --create-missing-branchesGuido Günther
2014-02-19config: Don't pull in config defaults twiceGuido Günther
2014-02-18config: Don't pull in config defaults twiceGuido Günther
2014-01-07import_orig: test error paths of find_sourceGuido Günther
2014-01-05Change the default of cleaner to /bin/trueGuido Günther
2014-01-05Make parsing config file sections symmetricGuido 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-06log: add error and warning aliasesGuido 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-10-22gbp-clone: support repo URLs like "host:repo.git"Guan Junchun
2013-10-16Be more robust about git status output changesGuido Günther
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-10GitRepository: deprecate the get_remote_repos methodMarkus Lehtonen
2013-09-10GitRepository.has_remote_repo: use get_remotes methodMarkus Lehtonen
2013-09-10git: new class and method for remote repositoriesMarkus Lehtonen
2013-09-10GitRepository.pull: Add 'all_remotes' optionLingchaox Xin
2013-09-10GitRepository.push: Add 'tags' optionLingchaox Xin
2013-09-10GitRepository.push: Add 'force' optionLingchaox Xin
2013-09-10GitRepository.list_tree: add 'paths' optionMarkus Lehtonen
2013-09-10GitRepository.diff: add 'ignore_submodules' optionMarkus Lehtonen
2013-09-10common/buildpackage: fix handling of empty tarball prefixMarkus Lehtonen
2013-09-05Remove unused importGuido Günther
2013-09-05GitRepository.diff: prevent usage of external diffMarkus Lehtonen
2013-09-05GitRepository.diff: add 'text' optionMarkus Lehtonen
2013-09-04GitRepository: Add clean() methodMarkus Lehtonen
2013-09-04GitRepository.fetch: Add 'all_remotes' optionLingchaox Xin
2013-09-04GitRepository.fetch: Add 'refspec' optionLingchaox Xin
2013-09-04GitRepository.describe: add 'tags' and 'extra-match' optionsLingchaox Xin
2013-09-04GitRepository.has_treeish: minor pylint fixLingchaox Xin