aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_GitRepository.py
Commit message (Expand)AuthorAge
* 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