summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Expand)AuthorAgeFilesLines
* fix(config): ignore empty values in config fileSebastian Thiel2015-09-062-0/+11
* fix(compat): make test work with git >= 2.5Sebastian Thiel2015-08-291-0/+3
* fix(repo): fail loudly if worktrees are usedSebastian Thiel2015-08-291-1/+19
* fix(repo): use GitCmdObjectDB by defaultSebastian Thiel2015-08-221-1/+1
* Merge pull request #341 from StyXman/masterSebastian Thiel2015-08-211-1/+1
|\
| * fix(test): update to changes.Marcos Dione2015-08-201-1/+1
* | fix(test_index): fix encodingSebastian Thiel2015-08-171-2/+2
* | fix(commit): serialization timezone handlingSebastian Thiel2015-08-171-1/+1
* | fix(tests): remove dependency on sort orderSebastian Thiel2015-08-081-1/+1
* | tests(submodule): add new submodule commitsSebastian Thiel2015-08-081-1/+32
* | fix(index):allow adding non-unicode paths to indexSebastian Thiel2015-07-291-0/+13
|/
* fix(diff): mode-assertions now deal with 0Sebastian Thiel2015-07-291-0/+32
* Implement is_ancestorSandy Carter2015-07-211-0/+14
* fix(encoding): in untracked_files() and indexSebastian Thiel2015-07-201-13/+15
* added tests for commits with datesavi2015-07-171-0/+11
* Correct doc errorsMarian Wieczorek2015-07-161-1/+1
* fix(travis): get py2.6 to workSebastian Thiel2015-07-031-1/+1
* fix(cmd): work with py3Sebastian Thiel2015-07-031-2/+6
* fix(cmd): don't open stdout when fetchingSebastian Thiel2015-07-032-11/+26
* test(git): remove unnecessary fixtureSebastian Thiel2015-07-032-5015/+12
* fix(cmd): line parsingSebastian Thiel2015-07-033-0/+10020
* fix(git-test): assure test does works on linuxSebastian Thiel2015-06-261-1/+2
* fix(index): handle adding symlinks to dirsSebastian Thiel2015-06-261-12/+16
* fix(remote): assert fetch respec is setSebastian Thiel2015-06-101-0/+5
* fix(test_git): handle `select.poll()` missingSebastian Thiel2015-06-101-6/+10
* fix(config): selective cfg write;fix cfg parserSebastian Thiel2015-04-222-6/+12
* test: make git-daemon port configurable via envBenedikt Morbach2015-04-212-5/+10
* test: Make git-daemon only listen on localhostBenedikt Morbach2015-04-211-1/+1
* fix(test_docs): we are at major version 1 nowSebastian Thiel2015-04-161-1/+1
* Merge branch 'teeberg-master'Sebastian Thiel2015-04-081-9/+0
|\
| * Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management.Jonas Trappenberg2015-02-091-9/+0
* | fix(test_cmd): handle GitCommandNotFound in testSebastian Thiel2015-04-081-5/+2
* | fix(remote): allow to raise during push/fetchSebastian Thiel2015-04-081-2/+1
* | fix(docs): be clear about exit code handlingSebastian Thiel2015-04-081-3/+11
* | fix(index): don't write extension data by defaultSebastian Thiel2015-04-081-15/+0
* | test(index): test for #265Sebastian Thiel2015-04-071-0/+15
* | fix(iter-commit): ambiguous argument errorSebastian Thiel2015-03-021-0/+13
* | Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel2015-02-212-0/+7
|/
* Minor Flake8 fixes.Sebastian Thiel2015-02-092-5/+7
* BF: skip unicode filename test in env not supporting unicode encodingsYaroslav Halchenko2015-02-071-0/+9
* ENH: respect GIT_PYTHON_TEST_GIT_REPO_BASE env var in testsYaroslav Halchenko2015-02-071-1/+1
* This should fix the test failure on travisSebastian Thiel2015-01-301-0/+5
* Added test to verify we can handle fetch prunes.Sebastian Thiel2015-01-301-0/+13
* Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel2015-01-222-17/+11
* Bumped version to 0.3.6Sebastian Thiel2015-01-221-6/+1
* Improved performance of rev-parse test.Sebastian Thiel2015-01-221-2/+9
* Minor improvements to submodule test for windows portabilitySebastian Thiel2015-01-221-4/+4
* Added test for `sshkey` context manager.Sebastian Thiel2015-01-222-5/+20
* Merge branch 'master' into teeberg-masterSebastian Thiel2015-01-226-13/+340
|\
| * This should finally fix travis ciSebastian Thiel2015-01-221-1/+1