summaryrefslogtreecommitdiff
path: root/tests/test_GitRepository.py
AgeCommit message (Expand)AuthorFilesLines
2014-06-05GitRepository/add_files: add new option 'untracked'Markus Lehtonen1-0/+6
2014-06-05GitRepository: add diff_status methodMarkus Lehtonen1-0/+13
2014-06-05GitRepository: allow repo inititialization from subdirMarkus Lehtonen1-2/+2
2014-06-05GitRepository: Implement status methodEd Bartosh1-0/+22
2013-09-10git: new class and method for remote repositoriesMarkus Lehtonen1-0/+22
2013-09-10GitRepository.pull: Add 'all_remotes' optionLingchaox Xin1-0/+2
2013-09-10GitRepository.push: Add 'tags' optionLingchaox Xin1-0/+2
2013-09-10GitRepository.push: Add 'force' optionLingchaox Xin1-0/+1
2013-09-10GitRepository.list_tree: add 'paths' optionMarkus Lehtonen1-1/+4
2013-09-05GitRepository.diff: add 'text' optionMarkus Lehtonen1-0/+2
2013-09-04GitRepository: Add clean() methodMarkus Lehtonen1-0/+18
2013-09-04GitRepository.fetch: Add 'all_remotes' optionLingchaox Xin1-0/+1
2013-09-04GitRepository.fetch: Add 'refspec' optionLingchaox Xin1-0/+1
2013-09-04GitRepository.describe: add 'tags' and 'extra-match' optionsLingchaox Xin1-0/+6
2013-07-04GitRepository.set_upstream_branch: Newer git wants a valid remote repo entryGuido Günther1-1/+1
2013-06-11GitRepository.get_subject: use get_commit_infoGuido Günther1-0/+2
2013-06-06GitRepository/get_commit_info: add patchname to infoMarkus Lehtonen1-0/+2
2013-04-27GitRepository.has_feature: capture stderrGuido Günther1-1/+1
2013-04-27Silence GitRepository.grep_logGuido Günther1-2/+2
2013-04-25GitRepository: add describe() methodMarkus Lehtonen1-1/+28
2013-04-13Introduce Source classGuido Günther1-2/+1
2013-04-08tests: Use tempfile.mkdtemp to create temp dirs for testsThomas Koch1-16/+8
2013-03-27tests.test_GitRepository: import and setup gbp.logMarkus Lehtonen1-0/+4
2013-03-22GitRepository/_cmd_has_feature: more intelligent parsingMarkus Lehtonen1-0/+4
2012-11-23GitRepository/get_commits: more flexible revision rangesMarkus Lehtonen1-0/+10
2012-11-07GitRepository/diff: add 'paths' argumentMarkus Lehtonen1-0/+17
2012-11-07GitRepository.find_tag: change deprecated _git_getoutput to _git_inoutEd Bartosh1-1/+1
2012-11-07GitRepository: implement _cmd_has_feature() methodMarkus Lehtonen1-0/+25
2012-08-22GitRepository: Implement set_upstream_branch and get_upstream_branch methodsEd Bartosh1-0/+37
2012-07-27GitRepository/get_commit_info: add file statusMarkus Lehtonen1-0/+2
2012-07-27GitRepository/get_commit_info: add committer infoMarkus Lehtonen1-0/+4
2012-07-27GitRepository/get_commit_info: add author timestampMarkus Lehtonen1-0/+4
2012-07-24GitRepository: option to ignore untracked in is_clean()Markus Lehtonen1-0/+2
2012-07-23gbp.git.GitRepository: Add remove_remoteGuido Günther1-0/+3
2012-07-03GitRepository: Make rev_parse's short option an int everywhereGuido Günther1-0/+5
2012-06-30GitRepository: Add test that covers remote branches in has_branch()Guido Günther1-0/+2
2012-06-30GitRepository: return GitModifier object instead of separate fieldsGuido Günther1-1/+1
2012-06-30GitRepository: make get_commit_info() more robustMarkus Lehtonen1-1/+1
2012-06-30tests: test GitRepository.get_commit_info()Guido Günther1-0/+21
2012-05-31gbp.git.repository: add GitRepository.make_treeGuido Günther1-16/+12
2012-05-31gbp.git.repository: Add GitRepository.write_fileGuido Günther1-0/+14
2012-05-31gbp.git.repository: Add GitRepository.list_treeGuido Günther1-0/+14
2012-05-15Fix typo in doctest that made epydoc fail.Guido Günther1-1/+1
2012-05-14gbp.git.repository: Add a "git merge-base" wrapperDaniel Dehennin1-0/+18
2012-01-21GitRepository: add get_obj_type()Markus Lehtonen1-0/+21
2012-01-15GitRepository: add rename_branch() methodMarkus Lehtonen1-0/+17
2012-01-12GitRepository: Allow to explicitly fetch tagsGuido Günther1-0/+1
2012-01-10GitRepository.branch_contains: fix misplaced remote parameterGuido Günther1-0/+2
2012-01-10GitRepository: Test find_tag() and add_remote_repo()Guido Günther1-2/+20
2012-01-10GitRepository: Add branch_contains()Guido Günther1-0/+3