aboutsummaryrefslogtreecommitdiff
path: root/git/test
AgeCommit message (Expand)Author
2016-04-20Merge pull request #414 from nvie/support-full-datetimes-on-commitsSebastian Thiel
2016-04-20Python 3 compat fixesVincent Driessen
2016-04-19Fix diff patch parser for paths with unsafe charsVincent Driessen
2016-04-19Fix accidentally added importVincent Driessen
2016-04-19Add support for getting "aware" datetime infoVincent Driessen
2016-04-19Support repeated kwargsVincent Driessen
2016-04-19Make test stricterVincent Driessen
2016-04-19Make diff patch parsing more reliableVincent Driessen
2016-04-19Merge remote-tracking branch 'upstream/master' into enrich-incremental-blame-...Vincent Driessen
2016-04-14Return all available data from git-blameVincent Driessen
2016-04-14Fix test casesVincent Driessen
2016-04-14Support "root" as a special value in .diff() callsVincent Driessen
2016-04-14Merge pull request #409 from nvie/add-incremental-blame-supportSebastian Thiel
2016-04-13fixed unittest of issue #407 for Python3Piotr Pietraszkiewicz
2016-04-13fix(index): avoid recursing endlessly in add()Piotr Pietraszkiewicz
2016-04-13Add incremental blame supportVincent Driessen
2016-04-07Fix testsVincent Driessen
2016-03-16Add test and fixture for diff index from raw formatJonathan Chu
2016-03-06config parsers as context mangers can now be reentered for locksRaphael Boidol
2016-02-25Merge pull request #385 from yarikoptic/skip-testSebastian Thiel
2016-02-20enable config parsers to be used as context managersRaphael Boidol
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