summaryrefslogtreecommitdiff
path: root/tests/test_GitRepository.py
AgeCommit message (Expand)Author
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
2011-10-26Turn tests into doctestsGuido Günther