summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Expand)AuthorAgeFilesLines
* Make diff patch parsing more reliableVincent Driessen2016-04-193-4/+16
* Merge remote-tracking branch 'upstream/master' into enrich-incremental-blame-...Vincent Driessen2016-04-192-2/+28
|\
| * Fix test casesVincent Driessen2016-04-141-4/+5
| * Support "root" as a special value in .diff() callsVincent Driessen2016-04-142-1/+26
* | Return all available data from git-blameVincent Driessen2016-04-141-2/+9
|/
* Merge pull request #409 from nvie/add-incremental-blame-supportSebastian Thiel2016-04-142-0/+54
|\
| * Add incremental blame supportVincent Driessen2016-04-132-0/+54
* | fixed unittest of issue #407 for Python3Piotr Pietraszkiewicz2016-04-131-1/+1
* | fix(index): avoid recursing endlessly in add()Piotr Pietraszkiewicz2016-04-131-0/+11
|/
* Fix testsVincent Driessen2016-04-071-3/+3
* Add test and fixture for diff index from raw formatJonathan Chu2016-03-162-0/+7
* 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