aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_GitRepository.py
Commit message (Expand)AuthorAge
* GitRepository.has_feature: capture stderrGuido Günther2013-04-27
* Silence GitRepository.grep_logGuido Günther2013-04-27
* GitRepository: add describe() methodMarkus Lehtonen2013-04-25
* Introduce Source classGuido Günther2013-04-13
* tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch2013-04-08
* tests.test_GitRepository: import and setup gbp.logMarkus Lehtonen2013-03-27
* GitRepository/_cmd_has_feature: more intelligent parsingMarkus Lehtonen2013-03-22
* GitRepository/get_commits: more flexible revision rangesMarkus Lehtonen2012-11-23
* GitRepository/diff: add 'paths' argumentMarkus Lehtonen2012-11-07
* GitRepository.find_tag: change deprecated _git_getoutput to _git_inoutEd Bartosh2012-11-07
* GitRepository: implement _cmd_has_feature() methodMarkus Lehtonen2012-11-07
* GitRepository: Implement set_upstream_branch and get_upstream_branch methodsEd Bartosh2012-08-22
* GitRepository/get_commit_info: add file statusMarkus Lehtonen2012-07-27
* GitRepository/get_commit_info: add committer infoMarkus Lehtonen2012-07-27
* GitRepository/get_commit_info: add author timestampMarkus Lehtonen2012-07-27
* GitRepository: option to ignore untracked in is_clean()Markus Lehtonen2012-07-24
* gbp.git.GitRepository: Add remove_remoteGuido Günther2012-07-23
* GitRepository: Make rev_parse's short option an int everywhereGuido Günther2012-07-03
* GitRepository: Add test that covers remote branches in has_branch()Guido Günther2012-06-30
* GitRepository: return GitModifier object instead of separate fieldsGuido Günther2012-06-30
* GitRepository: make get_commit_info() more robustMarkus Lehtonen2012-06-30
* tests: test GitRepository.get_commit_info()Guido Günther2012-06-30
* gbp.git.repository: add GitRepository.make_treeGuido Günther2012-05-31
* gbp.git.repository: Add GitRepository.write_fileGuido Günther2012-05-31
* gbp.git.repository: Add GitRepository.list_treeGuido Günther2012-05-31
* Fix typo in doctest that made epydoc fail.Guido Günther2012-05-15
* gbp.git.repository: Add a "git merge-base" wrapperDaniel Dehennin2012-05-14
* 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