summaryrefslogtreecommitdiff
path: root/tests/test_GitRepository.py
AgeCommit message (Expand)Author
2013-06-11GitRepository.get_subject: use get_commit_infoGuido Günther
2013-06-06GitRepository/get_commit_info: add patchname to infoMarkus Lehtonen
2013-04-27GitRepository.has_feature: capture stderrGuido Günther
2013-04-27Silence GitRepository.grep_logGuido Günther
2013-04-25GitRepository: add describe() methodMarkus Lehtonen
2013-04-13Introduce Source classGuido Günther
2013-04-08tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch
2013-03-27tests.test_GitRepository: import and setup gbp.logMarkus Lehtonen
2013-03-22GitRepository/_cmd_has_feature: more intelligent parsingMarkus Lehtonen
2012-11-23GitRepository/get_commits: more flexible revision rangesMarkus 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: implement _cmd_has_feature() methodMarkus Lehtonen
2012-08-22GitRepository: Implement set_upstream_branch and get_upstream_branch methodsEd Bartosh
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-24GitRepository: option to ignore untracked in is_clean()Markus Lehtonen
2012-07-23gbp.git.GitRepository: Add remove_remoteGuido Günther
2012-07-03GitRepository: Make rev_parse's short option an int everywhereGuido Günther
2012-06-30GitRepository: Add test that covers remote branches in has_branch()Guido 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-30tests: test GitRepository.get_commit_info()Guido Günther
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-15Fix typo in doctest that made epydoc fail.Guido Günther
2012-05-14gbp.git.repository: Add a "git merge-base" wrapperDaniel Dehennin
2012-01-21GitRepository: add get_obj_type()Markus Lehtonen
2012-01-15GitRepository: add rename_branch() methodMarkus Lehtonen
2012-01-12GitRepository: Allow to explicitly fetch tagsGuido Günther
2012-01-10GitRepository.branch_contains: fix misplaced remote parameterGuido Günther
2012-01-10GitRepository: Test find_tag() and add_remote_repo()Guido 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
2011-12-29GitRepository: Add testcases for cornercasesGuido Günther
2011-12-27GitRepository: Add num option to git_commitsGuido Günther
2011-11-21Use GitArgs in GitRepository.{create,delete}_branch()Guido Günther
2011-11-07GitRepository: add checkout() to checkout a treeishGuido Günther
2011-11-06GitRepository: fix fetch invocation without repoGuido Günther
2011-10-30GitRepository: Use update-ref to force a branch's head in bare reposGuido Günther
2011-10-30GitRepository: handle bare repos and errors in is_clean()Guido Günther
2011-10-28GitRepository: add head property to return the current HEADGuido Günther
2011-10-28GitRepository: rename base_dir to git_dirGuido Günther
2011-10-27GitRepository: Don't try to access .git/ in bare reposGuido Günther
2011-10-27Add tests for non bare clonesGuido Günther
2011-10-26GitRrepository: add get_tags()Guido Günther
2011-10-26tests: Test GitRepository.merge()Guido Günther