aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/git/repository.py
Commit message (Expand)AuthorAge
* GitRepository.create(): use GitArgsGuido Günther2012-03-19
* GitModifier: add __getitem__ and keys()Guido Günther2012-03-15
* GitRepository.merge: add edit optionGuido Günther2012-02-26
* GitRepsitory.merge: update apidoc and switch to GitArgsGuido Günther2012-02-26
* copy_from: remove, not used anymoreGuido Günther2012-02-20
* 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
* GitRepository: document archive()Guido 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
* GitRepository: add get_obj_type()Markus Lehtonen2012-01-21
* 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
* 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
* 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
* GitRepository: use isinstance(basestring) to check for string typesGuido Günther2012-01-08
* GitRepository: Add testcases for cornercasesGuido Günther2011-12-29
* GitRepository: more consistent exception syntaxGuido Günther2011-12-29
* Move _build_legacty_tag from GitRepository to to DebianGitRepositoryGuido Günther2011-12-28
* GitRepository: Use GitArgs in get_commitsGuido Günther2011-12-27
* GitRepository: Add num option to git_commitsGuido Günther2011-12-27
* gbp.git.repository: add edit option to commit_stagedGuido Günther2011-12-26
* Move GitRepository into separate submoduleGuido Günther2011-12-16