aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_GitRepository.py
Commit message (Expand)AuthorAge
* GitRepository: add get_obj_type()Markus Lehtonen2012-01-21
* GitRepository: add rename_branch() methodMarkus Lehtonen2012-01-15
* GitRepository: Allow to explicitly fetch tagsGuido Günther2012-01-12
* GitRepository.branch_contains: fix misplaced remote parameterGuido Günther2012-01-10
* GitRepository: Test find_tag() and add_remote_repo()Guido 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: Add testcases for cornercasesGuido Günther2011-12-29
* GitRepository: Add num option to git_commitsGuido Günther2011-12-27
* Use GitArgs in GitRepository.{create,delete}_branch()Guido Günther2011-11-21
* GitRepository: add checkout() to checkout a treeishGuido Günther2011-11-07
* GitRepository: fix fetch invocation without repoGuido Günther2011-11-06
* GitRepository: Use update-ref to force a branch's head in bare reposGuido Günther2011-10-30
* GitRepository: handle bare repos and errors in is_clean()Guido Günther2011-10-30
* GitRepository: add head property to return the current HEADGuido Günther2011-10-28
* GitRepository: rename base_dir to git_dirGuido Günther2011-10-28
* GitRepository: Don't try to access .git/ in bare reposGuido Günther2011-10-27
* Add tests for non bare clonesGuido Günther2011-10-27
* GitRrepository: add get_tags()Guido Günther2011-10-26
* tests: Test GitRepository.merge()Guido Günther2011-10-26
* Turn tests into doctestsGuido Günther2011-10-26