summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Expand)AuthorAgeFilesLines
* config parsers as context mangers can now be reentered for locksRaphael Boidol2016-03-061-0/+17
* Merge pull request #385 from yarikoptic/skip-testSebastian Thiel2016-02-251-0/+4
|\
| * ENH: skip test_is_ancestor on git versions < 1.8.0 not supporting git merge-b...Yaroslav Halchenko2016-02-141-0/+4
* | enable config parsers to be used as context managersRaphael Boidol2016-02-201-39/+31
|/
* fix(refs): set fixture different versionSebastian Thiel2016-02-111-1/+1
* chore(flake8): unnused importSebastian Thiel2016-02-071-1/+0
* fix(clone): call communicate if there is no progress handlerSebastian Thiel2016-02-071-1/+1
* DOC: minor typosYaroslav Halchenko2016-01-081-1/+1
* fix(tree): remove Tree.cache - use IndexFile.write_tree() insteadSebastian Thiel2015-12-141-85/+0
* fix(tree): show that fixing Tree.cache is not possibleSebastian Thiel2015-12-141-20/+35
* fix(tree): tree item sort now uses git-styleSebastian Thiel2015-12-131-0/+20
* 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