aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test_GitRepository.py
Commit message (Expand)AuthorAge
* git: new class and method for remote repositoriesMarkus Lehtonen2013-09-10
* GitRepository.pull: Add 'all_remotes' optionLingchaox Xin2013-09-10
* GitRepository.push: Add 'tags' optionLingchaox Xin2013-09-10
* GitRepository.push: Add 'force' optionLingchaox Xin2013-09-10
* GitRepository.list_tree: add 'paths' optionMarkus Lehtonen2013-09-10
* GitRepository.diff: add 'text' optionMarkus Lehtonen2013-09-05
* GitRepository: Add clean() methodMarkus Lehtonen2013-09-04
* GitRepository.fetch: Add 'all_remotes' optionLingchaox Xin2013-09-04
* GitRepository.fetch: Add 'refspec' optionLingchaox Xin2013-09-04
* GitRepository.describe: add 'tags' and 'extra-match' optionsLingchaox Xin2013-09-04
* GitRepository.set_upstream_branch: Newer git wants a valid remote repo entryGuido Günther2013-07-04
* GitRepository.get_subject: use get_commit_infoGuido Günther2013-06-11
* GitRepository/get_commit_info: add patchname to infoMarkus Lehtonen2013-06-06
* 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