summaryrefslogtreecommitdiff
path: root/gbp/git
AgeCommit message (Expand)AuthorFilesLines
2012-11-07GitRepository/diff: catch git errorMarkus Lehtonen1-1/+3
2012-11-07GitRepository/diff: add 'paths' argumentMarkus Lehtonen1-1/+5
2012-11-07GitRepository.find_tag: change deprecated _git_getoutput to _git_inoutEd Bartosh1-3/+4
2012-11-07GitRepository: fix merge() for older git versionsMarkus Lehtonen1-1/+5
2012-11-07GitRepository: implement _cmd_has_feature() methodMarkus Lehtonen1-0/+34
2012-10-25PEP-8 and pyflakes cleanupsGuido Günther1-1/+0
2012-08-22GitArgs/add: support iterable and non-string argsMarkus Lehtonen1-1/+13
2012-08-22GitRepository: Implement set_upstream_branch and get_upstream_branch methodsEd Bartosh1-0/+38
2012-08-22GitRepository/branch_contains: remove prefix '*' in branch nameZhang Qiang1-0/+2
2012-07-31Remove multiple spacesGuido Günther1-4/+4
2012-07-29GitModifier: use __getitem__ to fetch dateGuido Günther1-1/+1
2012-07-28GitRepository: raise GitRepositoryError on git errorsGuido Günther1-4/+19
2012-07-27GitRepository/get_commit_info: add file statusMarkus Lehtonen1-2/+13
2012-07-27GitRepository/get_commit_info: add committer infoMarkus Lehtonen1-3/+7
2012-07-27GitRepository/get_commit_info: add author timestampMarkus Lehtonen1-5/+6
2012-07-27GitModifier: More flexible date handlingGuido Günther1-5/+54
2012-07-27Fix variable renamingGuido Günther1-1/+1
2012-07-24GitRepository: option to ignore untracked in is_clean()Markus Lehtonen1-2/+11
2012-07-24GitRepository/get_author_info: return user.name as nameMarkus Lehtonen1-1/+1
2012-07-23gbp.git.GitRepository: Add remove_remoteGuido Günther1-0/+3
2012-07-23git.repository.GitRepository.add_remote_repo: use GitArgsGuido Günther1-5/+6
2012-07-03GitRepository: Make rev_parse's short option an int everywhereGuido Günther1-2/+2
2012-07-03GitRepository/rev_parse: add new argument 'short'Markus Lehtonen1-3/+7
2012-07-02GitRepository/get_commit_info: check return value of git command correctlyMarkus Lehtonen1-1/+1
2012-07-02Make exception syntax consistentGuido Günther1-3/+3
2012-06-30GitRepository: return GitModifier object instead of separate fieldsGuido Günther1-3/+5
2012-06-30GitRepository: make get_commit_info() more robustMarkus Lehtonen1-9/+11
2012-06-30GitRepository: fix process cwd in _git_inout()Markus Lehtonen1-1/+1
2012-06-17common/pq: use strip in apply_and_commit_patch()Markus Lehtonen1-2/+2
2012-05-31gbp.git.repository: add GitRepository.make_treeGuido Günther1-2/+21
2012-05-31gbp.git.repository: Add GitRepository.write_fileGuido Günther1-0/+25
2012-05-31gbp.git.repository: Add GitRepository.list_treeGuido Günther1-0/+27
2012-05-14gbp.git.repository: Add a "git merge-base" wrapperDaniel Dehennin1-0/+20
2012-05-04GitRepository.format_patches: allow to set threading formatGuido Günther1-1/+2
2012-04-15Ignore locale when checking for a clean repositoryGuido Günther1-1/+1
2012-04-05gbp.git.repository: don't append a second .gitGuido Günther1-1/+2
2012-03-19GitRepository.clone(): document missing optionsGuido Günther1-0/+4
2012-03-19GitRepository.create(): use GitArgsGuido Günther1-7/+6
2012-03-15GitModifier: add __getitem__ and keys()Guido Günther2-1/+18
2012-02-26GitRepository.merge: add edit optionGuido Günther1-1/+4
2012-02-26GitRepsitory.merge: update apidoc and switch to GitArgsGuido Günther1-3/+7
2012-02-20copy_from: remove, not used anymoreGuido Günther1-1/+1
2012-01-31GitRepository: Use _git_inout() in __init__()Guido Günther1-5/+7
2012-01-31GitRepository: Allow empty input in _git_inout()Guido Günther1-2/+2
2012-01-31GitRepository: rename to __git_inout to _git_inoutGuido Günther1-6/+6
2012-01-31GitRepository: Rename __git_getoutput to _git_getoutputGuido Günther1-30/+32
2012-01-31GitRepository: allow to capture stderr in __git_inoutGuido Günther1-3/+16
2012-01-30GitRepository: document archive()Guido Günther1-0/+13
2012-01-23Remove comparison with True to make pychecker happyGuido Günther1-1/+1
2012-01-23GitRepository: allow git.commit_dir to create new branchesMarkus Lehtonen1-2/+12