summaryrefslogtreecommitdiff
path: root/gbp/git/repository.py
AgeCommit message (Expand)Author
2013-04-14GitRepository: make __build_env a static methodGuido Günther
2013-04-14Silence git initGuido Günther
2013-04-13Use _git_inout for git.showGuido Günther
2013-04-08Revert "GitRepository.show: use _git_inout()"Guido Günther
2013-04-07GitRepository.show: use _git_inout()Markus Lehtonen
2013-03-22GitRepository/_cmd_has_feature: more intelligent parsingMarkus Lehtonen
2012-11-27Check the sha1 doesn't exceed 40 bytesGuido Günther
2012-11-27GitRepository/strip_sha1: fix length checkingMarkus Lehtonen
2012-11-24GitRepository/has_submodules: use correct .gitmodules fileMarkus Lehtonen
2012-11-24GitRepository/get_commit_info: support tagsMarkus Lehtonen
2012-11-23GitRepository/get_submodules: use correct pathMarkus Lehtonen
2012-11-23GitRepository/get_commits: more flexible revision rangesMarkus Lehtonen
2012-11-23Add sha1 stripping in a single placeGuido Günther
2012-11-07GitRepository/diff: catch git errorMarkus Lehtonen
2012-11-07GitRepository/diff: add 'paths' argumentMarkus Lehtonen
2012-11-07GitRepository.find_tag: change deprecated _git_getoutput to _git_inoutEd Bartosh
2012-11-07GitRepository: fix merge() for older git versionsMarkus Lehtonen
2012-11-07GitRepository: implement _cmd_has_feature() methodMarkus Lehtonen
2012-10-25PEP-8 and pyflakes cleanupsGuido Günther
2012-08-22GitRepository: Implement set_upstream_branch and get_upstream_branch methodsEd Bartosh
2012-08-22GitRepository/branch_contains: remove prefix '*' in branch nameZhang Qiang
2012-07-31Remove multiple spacesGuido Günther
2012-07-28GitRepository: raise GitRepositoryError on git errorsGuido Günther
2012-07-27GitRepository/get_commit_info: add file statusMarkus Lehtonen
2012-07-27GitRepository/get_commit_info: add committer infoMarkus Lehtonen
2012-07-27GitRepository/get_commit_info: add author timestampMarkus Lehtonen
2012-07-27Fix variable renamingGuido Günther
2012-07-24GitRepository: option to ignore untracked in is_clean()Markus Lehtonen
2012-07-24GitRepository/get_author_info: return user.name as nameMarkus Lehtonen
2012-07-23gbp.git.GitRepository: Add remove_remoteGuido Günther
2012-07-23git.repository.GitRepository.add_remote_repo: use GitArgsGuido Günther
2012-07-03GitRepository: Make rev_parse's short option an int everywhereGuido Günther
2012-07-03GitRepository/rev_parse: add new argument 'short'Markus Lehtonen
2012-07-02GitRepository/get_commit_info: check return value of git command correctlyMarkus Lehtonen
2012-07-02Make exception syntax consistentGuido Günther
2012-06-30GitRepository: return GitModifier object instead of separate fieldsGuido Günther
2012-06-30GitRepository: make get_commit_info() more robustMarkus Lehtonen
2012-06-30GitRepository: fix process cwd in _git_inout()Markus Lehtonen
2012-06-17common/pq: use strip in apply_and_commit_patch()Markus Lehtonen
2012-05-31gbp.git.repository: add GitRepository.make_treeGuido Günther
2012-05-31gbp.git.repository: Add GitRepository.write_fileGuido Günther
2012-05-31gbp.git.repository: Add GitRepository.list_treeGuido Günther
2012-05-14gbp.git.repository: Add a "git merge-base" wrapperDaniel Dehennin
2012-05-04GitRepository.format_patches: allow to set threading formatGuido Günther
2012-04-15Ignore locale when checking for a clean repositoryGuido Günther
2012-04-05gbp.git.repository: don't append a second .gitGuido Günther
2012-03-19GitRepository.clone(): document missing optionsGuido Günther
2012-03-19GitRepository.create(): use GitArgsGuido Günther
2012-03-15GitModifier: add __getitem__ and keys()Guido Günther
2012-02-26GitRepository.merge: add edit optionGuido Günther