summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-06Document changes and release 0.6.6debian/0.6.6Guido Günther1-0/+61
2013-11-06Disable html coverage generationGuido Günther1-2/+2
2013-11-06Update to git-pbuilder 1.30Guido Günther1-8/+17
2013-11-05import-dsc: allow to skip Debian tag creationGuido Günther2-10/+25
2013-10-31Add zsh completionFelipe Sateler2-0/+493
2013-10-31docs: update pq manpages regarding pq command meta tagsMarkus Lehtonen1-4/+20
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 Lehtonen3-162/+106
2013-10-26Add missing bash completion for gbp import-dscsGuido Günther1-0/+12
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-16Document changes and release 0.6.5debian/0.6.5Guido Günther1-0/+17
2013-10-16Bump standards versionGuido Günther1-1/+1
2013-10-16Don't export DEB_VENDOR="Debian"Andrew Starr-Bochicchio1-1/+0
2013-10-16Be more robust about git status output changesGuido Günther1-18/+21
2013-10-10doc: Fix git-pbuilder exampleEtienne Millon1-1/+1
2013-10-06Document changes and release 0.6.4debian/0.6.4Guido Günther1-0/+58
2013-09-17Backports got integrated into the main archiveGuido Günther1-5/+8
2013-09-17Update to git-pbuilder 1.29Guido Günther1-24/+47
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-10typo s/bei/be/Osamu Aoki1-1/+1
2013-09-10tests: remove unused import in submodule testsMarkus Lehtonen1-1/+0
2013-09-10tests: upper case global variables in submodule testsMarkus Lehtonen1-38/+38
2013-09-10tests: add some docstrings to git submodule testsMarkus Lehtonen1-0/+4
2013-09-10tests: use eq_ and ok_ from nose tools in submodule testsMarkus Lehtonen1-12/+13
2013-09-10tests: add test for archiving without git submodulesMarkus Lehtonen1-15/+22
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 Lehtonen2-0/+83
2013-09-10GitRepository.pull: Add 'all_remotes' optionLingchaox Xin2-5/+12
2013-09-10GitRepository.push: Add 'tags' optionLingchaox Xin2-1/+7
2013-09-10GitRepository.push: Add 'force' optionLingchaox Xin2-1/+7
2013-09-10GitRepository.list_tree: add 'paths' optionMarkus Lehtonen2-2/+7
2013-09-10GitRepository.diff: add 'ignore_submodules' optionMarkus Lehtonen1-1/+4
2013-09-10common/buildpackage: fix handling of empty tarball prefixMarkus Lehtonen1-7/+24
2013-09-05Add link to online docsGuido Günther1-0/+4
2013-09-05Remove unused importGuido Günther1-1/+0
2013-09-05ComponentTestBase: use eq_() ok_() from nose.toolsMarkus Lehtonen1-9/+9
2013-09-05GitRepository.diff: prevent usage of external diffMarkus Lehtonen1-1/+1
2013-09-05GitRepository.diff: add 'text' optionMarkus Lehtonen2-1/+7
2013-09-04GitRepository: Add clean() methodMarkus Lehtonen2-0/+39
2013-09-04GitRepository.fetch: Add 'all_remotes' optionLingchaox Xin2-3/+10
2013-09-04GitRepository.fetch: Add 'refspec' optionLingchaox Xin2-1/+5
2013-09-04GitRepository.describe: add 'tags' and 'extra-match' optionsLingchaox Xin2-1/+14