summaryrefslogtreecommitdiffhomepage
path: root/gbp
Commit message (Expand)AuthorAge
* gbp-pull: Use a DebianGitRepositoryGuido Günther2012-02-10
* import_orig: Properly detect .tgz and other abbreviated file extensionsGuido Günther2012-02-07
* import_orig: clarify function descriptionGuido Günther2012-02-07
* UpstreamSource: tgz is suitable as upstream tarball.Guido Günther2012-02-07
* UpstreamSource: clarify method descriptionsGuido Günther2012-02-07
* UpstreamSource: turn is_* vars and properties into methodsGuido Günther2012-02-07
* GitRepository: Use _git_inout() in __init__()Guido Günther2012-01-31
* GitRepository: Allow empty input in _git_inout()Guido Günther2012-01-31
* GitRepository: rename to __git_inout to _git_inoutGuido Günther2012-01-31
* GitRepository: Rename __git_getoutput to _git_getoutputGuido Günther2012-01-31
* GitRepository: allow to capture stderr in __git_inoutGuido Günther2012-01-31
* PristineTar: fix match when not passing in a compression typeGuido Günther2012-01-30
* PristineTar: add missing import for debug outputGuido Günther2012-01-30
* GitRepository: document archive()Guido Günther2012-01-30
* PristineTar: make sure we set the current working directoryGuido Günther2012-01-30
* Remove comparison with True to make pychecker happyGuido Günther2012-01-23
* GitRepository: allow git.commit_dir to create new branchesMarkus Lehtonen2012-01-23
* gbp-pq: don't crash in get_maintainer_from_control()Markus Lehtonen2012-01-23
* buildpackage: Add pristine-tar-commit optionGuido Günther2012-01-22
* PristineTar: move to separate moduleGuido Günther2012-01-22
* deb.changelog: add name propertyGuido Günther2012-01-22
* deb: Add UpstreamSource.build_tarball_nameGuido Günther2012-01-22
* tristate: fix __repr__Guido Günther2012-01-22
* DebianGitRepository: Add parameter and return types to find_version()Guido Günther2012-01-21
* deb: make find_version() return sha1 of a commitMarkus Lehtonen2012-01-21
* GitRepository: add get_obj_type()Markus Lehtonen2012-01-21
* DebianGitRepository: fix module descriptionGuido Günther2012-01-21
* Don't assume gzip compression of the orig tarballGuido Günther2012-01-18
* Add git-depth option to gbp-clone and gbp-pullMarkus Lehtonen2012-01-17
* GitRepository: Fix types in diff docstringGuido Günther2012-01-15
* GitRepository: add depth parameter to fetch()Markus Lehtonen2012-01-15
* GitRepository: fix documentation of fetch()Markus Lehtonen2012-01-15
* deb: minor refactor of parameters of has_orig()Markus Lehtonen2012-01-15
* deb: minor refactor of parameters of symlink_orig()Markus Lehtonen2012-01-15
* GitRepository: add diff()Markus Lehtonen2012-01-15
* GitRepository: add rename_branch() methodMarkus Lehtonen2012-01-15
* GitRepository: don't explicitly set the tags optionGuido Günther2012-01-13
* GitRepository: Allow to explicitly fetch tagsGuido Günther2012-01-12
* buildpackage: Allow to pass pbuilder optionsGuido Günther2012-01-11
* GitRepository.branch_contains: fix misplaced remote parameterGuido Günther2012-01-10
* GitRepository: Add branch_contains()Guido Günther2012-01-10
* GitRepository: add verify_tag()Guido Günther2012-01-10
* GitRepository: add push() and push_tag()Guido Günther2012-01-10
* Allow to specify the upstream tree via --upstream-treeGuido Günther2012-01-10
* GitRepository: use isinstance(basestring) to check for string typesGuido Günther2012-01-08
* import_dsc: remove debian dir from upstream sourceGuido Günther2011-12-29
* GitRepository: Add testcases for cornercasesGuido Günther2011-12-29
* GitRepository: more consistent exception syntaxGuido Günther2011-12-29
* dch: Honor epoch when guessing new upstream versionGuido Günther2011-12-28
* dch: Split guessing of upstream version into separate functionGuido Günther2011-12-28