aboutsummaryrefslogtreecommitdiff
path: root/git/test
AgeCommit message (Expand)Author
2016-08-24Update Remotes section (#502)Forrest Hopkins
2016-08-21fix(commit): handle gpgsig properlySebastian Thiel
2016-08-19Updated unittest.Phil Elson
2016-08-02Merge pull request #496 from haizaar/masterSebastian Thiel
2016-08-01is_dirty supports path. Fixes #482.Zaar Hai
2016-08-01fix flake8 problemsBarry Scott
2016-08-01add test to detect the corrupt logBarry Scott
2016-07-23fix(diff): use explicit change-type if possibleSebastian Thiel
2016-07-17fix(blame): lazily fetch full commit messageSebastian Thiel
2016-06-14Store raw path bytes in Diff instancesVincent Driessen
2016-06-14fix(test_docs): skip master-dependent assertionSebastian Thiel
2016-06-14Merge pull request #446 from guyzmo/updating_remote_url_handlingSebastian Thiel
2016-06-14Merge pull request #467 from gitpython-developers/fix-dont-choke-on-invalid-u...Sebastian Thiel
2016-06-13fix(cmd): allow any kind of status messageSebastian Thiel
2016-06-08Adding support for git remote set-url/get-url API to RemoteGuyzmo
2016-06-06Don't choke on (legitimately) invalidly encoded Unicode pathsVincent Driessen
2016-06-02fix(test): remove unused importSebastian Thiel
2016-06-01fix(test): do not skip test on travisSebastian Thiel
2016-05-30Merge pull request #456 from gitpython-developers/fix-for-invalid-data-in-com...Sebastian Thiel
2016-05-30Merge pull request #454 from gitpython-developers/fix-octal-escaped-path-pars...Sebastian Thiel
2016-05-30Add test case as example of Git commit with invalid dataVincent Driessen
2016-05-30Skip test that always fails on Travis CIfix-ci-testsVincent Driessen
2016-05-30Fix bug in diff parser outputVincent Driessen
2016-05-25fix(RemoteProgress): improve message sanitizationSebastian Thiel
2016-05-24Split lines by new line charactersJonathan Chu
2016-05-19Merge pull request #433 from StevenWColby/masterSebastian Thiel
2016-05-19Deprecate Diffable.rename for .renamed_fileSebastian Thiel
2016-05-18Need spaces in Emacs style encoding commentSteven Colby
2016-04-22Fix assertion2.0.0Sebastian Thiel
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