aboutsummaryrefslogtreecommitdiff
path: root/git/test
AgeCommit message (Expand)Author
2016-02-14ENH: skip test_is_ancestor on git versions < 1.8.0 not supporting git merge-b...Yaroslav Halchenko
2016-02-11fix(refs): set fixture different versionSebastian Thiel
2016-02-07chore(flake8): unnused importSebastian Thiel
2016-02-07fix(clone): call communicate if there is no progress handlerSebastian Thiel
2016-01-08DOC: minor typosYaroslav Halchenko
2015-12-14fix(tree): remove Tree.cache - use IndexFile.write_tree() insteadSebastian Thiel
2015-12-14fix(tree): show that fixing Tree.cache is not possibleSebastian Thiel
2015-12-13fix(tree): tree item sort now uses git-styleSebastian Thiel
2015-09-06fix(config): ignore empty values in config fileSebastian Thiel
2015-08-29fix(compat): make test work with git >= 2.5Sebastian Thiel
2015-08-29fix(repo): fail loudly if worktrees are usedSebastian Thiel
2015-08-22fix(repo): use GitCmdObjectDB by defaultSebastian Thiel
2015-08-21Merge pull request #341 from StyXman/masterSebastian Thiel
2015-08-20fix(test): update to changes.Marcos Dione
2015-08-17fix(test_index): fix encodingSebastian Thiel
2015-08-17fix(commit): serialization timezone handlingSebastian Thiel
2015-08-08fix(tests): remove dependency on sort orderSebastian Thiel
2015-08-08tests(submodule): add new submodule commitsSebastian Thiel
2015-07-29fix(index):allow adding non-unicode paths to indexSebastian Thiel
2015-07-29fix(diff): mode-assertions now deal with 0Sebastian Thiel
2015-07-21Implement is_ancestorSandy Carter
2015-07-20fix(encoding): in untracked_files() and indexSebastian Thiel
2015-07-17added tests for commits with datesavi
2015-07-16Correct doc errorsMarian Wieczorek
2015-07-03fix(travis): get py2.6 to workSebastian Thiel
2015-07-03fix(cmd): work with py3Sebastian Thiel
2015-07-03fix(cmd): don't open stdout when fetchingSebastian Thiel
2015-07-03test(git): remove unnecessary fixtureSebastian Thiel
2015-07-03fix(cmd): line parsingSebastian Thiel
2015-06-26fix(git-test): assure test does works on linuxSebastian Thiel
2015-06-26fix(index): handle adding symlinks to dirsSebastian Thiel
2015-06-10fix(remote): assert fetch respec is setSebastian Thiel
2015-06-10fix(test_git): handle `select.poll()` missingSebastian Thiel
2015-04-22fix(config): selective cfg write;fix cfg parserSebastian Thiel
2015-04-21test: make git-daemon port configurable via envBenedikt Morbach
2015-04-21test: Make git-daemon only listen on localhostBenedikt Morbach
2015-04-16fix(test_docs): we are at major version 1 nowSebastian Thiel
2015-04-08Merge branch 'teeberg-master'Sebastian Thiel
2015-04-08fix(test_cmd): handle GitCommandNotFound in testSebastian Thiel
2015-04-08fix(remote): allow to raise during push/fetchSebastian Thiel
2015-04-08fix(docs): be clear about exit code handlingSebastian Thiel
2015-04-08fix(index): don't write extension data by defaultSebastian Thiel
2015-04-07test(index): test for #265Sebastian Thiel
2015-03-02fix(iter-commit): ambiguous argument errorSebastian Thiel
2015-02-21Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel
2015-02-09Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management.Jonas Trappenberg
2015-02-09Minor Flake8 fixes.Sebastian Thiel
2015-02-07BF: skip unicode filename test in env not supporting unicode encodingsYaroslav Halchenko
2015-02-07ENH: respect GIT_PYTHON_TEST_GIT_REPO_BASE env var in testsYaroslav Halchenko
2015-01-30This should fix the test failure on travisSebastian Thiel