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