summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-13gbp-posttag-push: check if upstream is up to date per remoteGuido Günther
This isn't perfect since someone else might have already pushed that ref and we might not have pulled it yet.
2012-01-13GitRepository: don't explicitly set the tags optionGuido Günther
to avoid missing remotes on "git fetch".
2012-01-13Update to git-pbuilder 1.27Guido Günther
This adds support for creating backport build environments. Thanks: Russ Allbery
2012-01-12GitRepository: Allow to explicitly fetch tagsGuido Günther
2012-01-11buildpackage: Allow to pass pbuilder optionsGuido Günther
via commandline or gbp.conf
2012-01-10gbp-post-tag-push: Add --verbose optionGuido Günther
to ease debugging
2012-01-10GitRepository.branch_contains: fix misplaced remote parameterGuido Günther
2012-01-10gbp-posttag-push: Allow to push the upstream tag tooGuido Günther
via the -u option.
2012-01-10GitRepository: Test find_tag() and add_remote_repo()Guido Günther
2012-01-10GitRepository: Add branch_contains()Guido Günther
to check if a branch contains a specific commit
2012-01-10GitRepository: add verify_tag()Guido Günther
2012-01-10GitRepository: add push() and push_tag()Guido Günther
2012-01-10Use testutils in 09_test_write_tree.pyGuido Günther
2012-01-10Allow to specify the upstream tree via --upstream-treeGuido Günther
without the indirection to --upstream-branch.
2012-01-08GitRepository: use isinstance(basestring) to check for string typesGuido Günther
2011-12-31Add "gbp-pq switch" to bash completionGuido Günther
2011-12-29Document changes and release 0.6.0~git20111229Guido Günther
2011-12-29import_dsc: remove debian dir from upstream sourceGuido Günther
after importing it. This gives as the orig tarball on upstream but the debian branch looks the same as with dpkg-source -x. Closes: #653472
2011-12-29GitRepository: add test for {write,commit}_treeGuido Günther
Git-Dch: Ignore
2011-12-29GitRepository: Add testcases for cornercasesGuido Günther
and small functions Git-Dch: Ignore
2011-12-29GitRepository: more consistent exception syntaxGuido Günther
2011-12-29Write coverage information as htmlGuido Günther
2011-12-29Rename and comment testsGuido Günther
Git-Dch: Ignore
2011-12-28dch: Honor epoch when guessing new upstream versionGuido Günther
Closes: #652366 Thanks: a lot to Daniel Dehennin for the testcase
2011-12-28dch: Split guessing of upstream version into separate functionGuido Günther
2011-12-28Move _build_legacty_tag from GitRepository to to DebianGitRepositoryGuido Günther
and add doctest. Git-Dch: Ignore
2011-12-27gbp.deb.git.py: Fix typos and add versionGuido Günther
2011-12-27GitRepository: Use GitArgs in get_commitsGuido Günther
2011-12-27GitRepository: Add num option to git_commitsGuido Günther
to limit number of returned commits and fix path option to also accept a list of paths instead of a string.
2011-12-27dch: Indentation and docstring cleanupsGuido Günther
2011-12-27dch: Add doctests for snapshot_versionGuido Günther
2011-12-26dch: fix epydoc parametersGuido Günther
2011-12-26Fix typo in clean target overrideGuido Günther
2011-12-26docs: add missing dependency to manpage generationGuido Günther
2011-12-26gbp-pq: add "switch" actionGuido Günther
to quickly switch between patch-queue and base branch.
2011-12-26gbp-add-patch: simplify by using existing classesGuido Günther
2011-12-26gbp.git.repository: add edit option to commit_stagedGuido Günther
to allow editing the commit message.
2011-12-26Rename gbp.pq to gbp.patch_seriesGuido Günther
since that's what it currently handles.
2011-12-26pq.Patch: move support for parsing patch headers into Patch classGuido Günther
and add tests.
2011-12-26pq: rename PatchQueue to PatchSeriesGuido Günther
since this models a quilt patch series
2011-12-26Add --[no-]-pbuilder-autoconfGuido Günther
to pass GIT_PBUILDER_AUTOCONF=no to git-pbuilder.
2011-12-26Update git-pbuilderGuido Günther
Closes: #635061, #642355 Thanks: Russ Allbery
2011-12-18scripts/pq: handle patches without filename extensionGuido Günther
Don't fail if patches don't have a proper patch header and filename extensions (like in the heimdal package)
2011-12-18scripts/pq: Move patch name handling to separate functionGuido Günther
and add tests
2011-12-17Document changes and release 0.6.0~git20111217Guido Günther
2011-12-16pq: add --force option to fore recreation of pq branchGuido Günther
so one doesn't have to drop the old one first.
2011-12-16Move GitRepository into separate submoduleGuido Günther
2011-12-16Move debian specific functions from GitRepository to DebianGitRepositoryGuido Günther
2011-12-05docs: fix version stringGuido Günther
2011-12-02Document changes and release 0.6.0~git20111202Guido Günther