GitRepository: Add clean() method
[tools/git-buildpackage.git] / tests / test_GitRepository.py
2013-09-04 Markus LehtonenGitRepository: Add clean() method
2013-09-04 Lingchaox XinGitRepository.fetch: Add 'all_remotes' option
2013-09-04 Lingchaox XinGitRepository.fetch: Add 'refspec' option
2013-09-04 Lingchaox XinGitRepository.describe: add 'tags' and 'extra-match...
2013-07-04 Guido GüntherGitRepository.set_upstream_branch: Newer git wants...
2013-06-11 Guido GüntherGitRepository.get_subject: use get_commit_info
2013-06-06 Markus LehtonenGitRepository/get_commit_info: add patchname to info
2013-04-27 Guido GüntherGitRepository.has_feature: capture stderr
2013-04-26 Guido GüntherSilence GitRepository.grep_log
2013-04-25 Markus LehtonenGitRepository: add describe() method
2013-04-13 Guido GüntherIntroduce Source class
2013-04-08 Thomas Kochtests: Use tempfile.mkdtemp to create temp dirs for...
2013-03-27 Markus Lehtonentests.test_GitRepository: import and setup gbp.log
2013-03-22 Markus LehtonenGitRepository/_cmd_has_feature: more intelligent parsing
2012-11-23 Markus LehtonenGitRepository/get_commits: more flexible revision ranges
2012-11-07 Markus LehtonenGitRepository/diff: add 'paths' argument
2012-11-07 Ed BartoshGitRepository.find_tag: change deprecated _git_getoutpu...
2012-11-07 Markus LehtonenGitRepository: implement _cmd_has_feature() method
2012-08-22 Ed BartoshGitRepository: Implement set_upstream_branch and get_up...
2012-07-27 Markus LehtonenGitRepository/get_commit_info: add file status
2012-07-27 Markus LehtonenGitRepository/get_commit_info: add committer info
2012-07-27 Markus LehtonenGitRepository/get_commit_info: add author timestamp
2012-07-24 Markus LehtonenGitRepository: option to ignore untracked in is_clean()
2012-07-23 Guido Günthergbp.git.GitRepository: Add remove_remote
2012-07-03 Guido GüntherGitRepository: Make rev_parse's short option an int...
2012-06-30 Guido GüntherGitRepository: Add test that covers remote branches...
2012-06-30 Guido GüntherGitRepository: return GitModifier object instead of...
2012-06-30 Markus LehtonenGitRepository: make get_commit_info() more robust
2012-06-30 Guido Günthertests: test GitRepository.get_commit_info()
2012-05-31 Guido Günthergbp.git.repository: add GitRepository.make_tree
2012-05-31 Guido Günthergbp.git.repository: Add GitRepository.write_file
2012-05-31 Guido Günthergbp.git.repository: Add GitRepository.list_tree
2012-05-15 Guido GüntherFix typo in doctest that made epydoc fail.
2012-05-14 Daniel Dehenningbp.git.repository: Add a "git merge-base" wrapper
2012-01-21 Markus LehtonenGitRepository: add get_obj_type()
2012-01-15 Markus LehtonenGitRepository: add rename_branch() method
2012-01-12 Guido GüntherGitRepository: Allow to explicitly fetch tags
2012-01-10 Guido GüntherGitRepository.branch_contains: fix misplaced remote...
2012-01-10 Guido GüntherGitRepository: Test find_tag() and add_remote_repo()
2012-01-10 Guido GüntherGitRepository: Add branch_contains()
2012-01-10 Guido GüntherGitRepository: add verify_tag()
2012-01-10 Guido GüntherGitRepository: add push() and push_tag()
2011-12-29 Guido GüntherGitRepository: Add testcases for cornercases
2011-12-27 Guido GüntherGitRepository: Add num option to git_commits
2011-11-21 Guido GüntherUse GitArgs in GitRepository.{create,delete}_branch()
2011-11-07 Guido GüntherGitRepository: add checkout() to checkout a treeish
2011-11-06 Guido GüntherGitRepository: fix fetch invocation without repo
2011-10-30 Guido GüntherGitRepository: Use update-ref to force a branch's head...
2011-10-30 Guido GüntherGitRepository: handle bare repos and errors in is_clean()
2011-10-28 Guido GüntherGitRepository: add head property to return the current...
2011-10-28 Guido GüntherGitRepository: rename base_dir to git_dir
2011-10-27 Guido GüntherGitRepository: Don't try to access .git/ in bare repos
2011-10-27 Guido GüntherAdd tests for non bare clones
2011-10-26 Guido GüntherGitRrepository: add get_tags()
2011-10-26 Guido Günthertests: Test GitRepository.merge()
2011-10-26 Guido GüntherTurn tests into doctests