summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
2011-12-28Move _build_legacty_tag from GitRepository to to DebianGitRepositoryGuido Günther
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
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-26gbp-pq: add "switch" actionGuido Günther
2011-12-26gbp.git.repository: add edit option to commit_stagedGuido Günther
2011-12-26Rename gbp.pq to gbp.patch_seriesGuido Günther
2011-12-26pq.Patch: move support for parsing patch headers into Patch classGuido Günther
2011-12-26pq: rename PatchQueue to PatchSeriesGuido Günther
2011-12-26Add --[no-]-pbuilder-autoconfGuido Günther
2011-12-18scripts/pq: handle patches without filename extensionGuido Günther
2011-12-18scripts/pq: Move patch name handling to separate functionGuido Günther
2011-12-16pq: add --force option to fore recreation of pq branchGuido Günther
2011-12-16Move GitRepository into separate submoduleGuido Günther
2011-12-16Move debian specific functions from GitRepository to DebianGitRepositoryGuido Günther
2011-11-30Parse the changelog of the exported tree instead of the working copyGuido Günther
2011-11-30Remove unused moduleGuido Günther
2011-11-28buildpackage.py: move changelog fetching into functionGuido Günther
2011-11-28Add ChangeLog classGuido Günther
2011-11-23Fix typosGuido Günther
2011-11-22buildpackage: group functions needed for export-dir handlingGuido Günther
2011-11-22buildpackage: move export of source tree into separate functionGuido Günther
2011-11-22Support postexport hooksGuido Günther
2011-11-22Move debian related helpers into submoduleGuido Günther
2011-11-22buildpackage: move tarball preparation into separate functionGuido Günther
2011-11-21Use GitArgs in GitRepository.{create,delete}_branch()Guido Günther
2011-11-21Use GitArgs in GitRepository.clone()Guido Günther
2011-11-21gbp-pq: Instead of looking for the signature don't let git generate itGuido Günther
2011-11-21GitRepository: add signature option to format_patchGuido Günther
2011-11-21Add class to simplify git argument handlingGuido Günther
2011-11-21FastImport: add test and cleanup api a bitGuido Günther
2011-11-20GitRepository: Return GitModifier from get_author_infoGuido Günther
2011-11-20Move FastImport to separate fileGuido Günther
2011-11-20Move GitCommit class into separate fileGuido Günther
2011-11-20Move GitModifier class to separate fileGuido Günther
2011-11-20Move git code into submoduleGuido Günther
2011-11-20GitRepository: add auto_name option to clone()Guido Günther
2011-11-07GitRepository: add checkout() to checkout a treeishGuido Günther
2011-11-07GitRepository: fetch and pull quietlyGuido Günther
2011-11-07GitRepository: handle case when not on any branchGuido Günther
2011-11-07Move gbp/version.py generation into setup.pyGuido Günther
2011-11-06GitRepository.tag(): Always add the '-s' flagGuido Günther
2011-11-06gbp-pull: massive speedup by just updating the refGuido Günther
2011-11-06GitRepository: fix fetch invocation without repoGuido Günther
2011-11-06FastImport: robustify exception handlingGuido Günther
2011-11-04gbp-pq: don't claim we're uptodateGuido Günther
2011-11-01Use import_dsc as a moduleGuido Günther