summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
2012-01-31GitRepository: Allow empty input in _git_inout()Guido Günther
2012-01-31GitRepository: rename to __git_inout to _git_inoutGuido Günther
2012-01-31GitRepository: Rename __git_getoutput to _git_getoutputGuido Günther
2012-01-31GitRepository: allow to capture stderr in __git_inoutGuido Günther
2012-01-30PristineTar: fix match when not passing in a compression typeGuido Günther
2012-01-30PristineTar: add missing import for debug outputGuido Günther
2012-01-30GitRepository: document archive()Guido Günther
2012-01-30PristineTar: make sure we set the current working directoryGuido Günther
2012-01-23Remove comparison with True to make pychecker happyGuido Günther
2012-01-23GitRepository: allow git.commit_dir to create new branchesMarkus Lehtonen
2012-01-23gbp-pq: don't crash in get_maintainer_from_control()Markus Lehtonen
2012-01-22buildpackage: Add pristine-tar-commit optionGuido Günther
2012-01-22PristineTar: move to separate moduleGuido Günther
2012-01-22deb.changelog: add name propertyGuido Günther
2012-01-22deb: Add UpstreamSource.build_tarball_nameGuido Günther
2012-01-22tristate: fix __repr__Guido Günther
2012-01-21DebianGitRepository: Add parameter and return types to find_version()Guido Günther
2012-01-21deb: make find_version() return sha1 of a commitMarkus Lehtonen
2012-01-21GitRepository: add get_obj_type()Markus Lehtonen
2012-01-21DebianGitRepository: fix module descriptionGuido Günther
2012-01-18Don't assume gzip compression of the orig tarballGuido Günther
2012-01-17Add git-depth option to gbp-clone and gbp-pullMarkus Lehtonen
2012-01-15GitRepository: Fix types in diff docstringGuido Günther
2012-01-15GitRepository: add depth parameter to fetch()Markus Lehtonen
2012-01-15GitRepository: fix documentation of fetch()Markus Lehtonen
2012-01-15deb: minor refactor of parameters of has_orig()Markus Lehtonen
2012-01-15deb: minor refactor of parameters of symlink_orig()Markus Lehtonen
2012-01-15GitRepository: add diff()Markus Lehtonen
2012-01-15GitRepository: add rename_branch() methodMarkus Lehtonen
2012-01-13GitRepository: don't explicitly set the tags optionGuido Günther
2012-01-12GitRepository: Allow to explicitly fetch tagsGuido Günther
2012-01-11buildpackage: Allow to pass pbuilder optionsGuido Günther
2012-01-10GitRepository.branch_contains: fix misplaced remote parameterGuido Günther
2012-01-10GitRepository: Add branch_contains()Guido Günther
2012-01-10GitRepository: add verify_tag()Guido Günther
2012-01-10GitRepository: add push() and push_tag()Guido Günther
2012-01-10Allow to specify the upstream tree via --upstream-treeGuido Günther
2012-01-08GitRepository: use isinstance(basestring) to check for string typesGuido Günther
2011-12-29import_dsc: remove debian dir from upstream sourceGuido Günther
2011-12-29GitRepository: Add testcases for cornercasesGuido Günther
2011-12-29GitRepository: more consistent exception syntaxGuido Günther
2011-12-28dch: Honor epoch when guessing new upstream versionGuido Günther
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
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