aboutsummaryrefslogtreecommitdiff
path: root/git/test/fixtures
AgeCommit message (Expand)Author
2017-07-19test if it accepts environment variables in commandsAnson Mansfield
2017-03-07Add a fixture to test incremental blame output for git 2.11.1+George Hickman
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
2016-07-23fix(diff): use explicit change-type if possibleSebastian Thiel
2016-06-06Don't choke on (legitimately) invalidly encoded Unicode pathsVincent Driessen
2016-05-30Merge pull request #456 from gitpython-developers/fix-for-invalid-data-in-com...Sebastian Thiel
2016-05-30Add test case as example of Git commit with invalid dataVincent Driessen
2016-05-30Fix bug in diff parser outputVincent Driessen
2016-05-24Split lines by new line charactersJonathan Chu
2016-04-19Fix diff patch parser for paths with unsafe charsVincent Driessen
2016-04-19Make diff patch parsing more reliableVincent Driessen
2016-04-14Support "root" as a special value in .diff() callsVincent Driessen
2016-04-13Add incremental blame supportVincent Driessen
2016-03-16Add test and fixture for diff index from raw formatJonathan Chu
2015-09-06fix(config): ignore empty values in config fileSebastian 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
2015-04-22fix(config): selective cfg write;fix cfg parserSebastian Thiel
2015-01-22Fetch now deals with custom refspecs much better.Sebastian Thiel
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
2015-01-14GitConfigParser now respects and merges 'include' sectionsSebastian Thiel
2015-01-10Implemented multi-line parsing of git-config to the point where a sepcific te...Sebastian Thiel
2015-01-09Added test for complex blame revision query.Sebastian Thiel
2015-01-09Added test to verify binary diffs are working as well.Sebastian Thiel
2015-01-09Added test to verify binary diffs are working as well.Sebastian Thiel
2015-01-09Added test to assure blame can deal with binary patches.Sebastian Thiel
2015-01-08Added support for rename detection in raw mode (which is the default).Sebastian Thiel
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2014-11-19Merge branch 'feature/0.3/git-file-support' of https://github.com/igetgames/G...Sebastian Thiel
2014-09-08GPG signature support on commit object.Max Rasskazov
2013-01-11Add tests for .git-file.Marcus R. Brown
2011-06-07Greatly improved robustness of config parser - it can now take pretty much ev...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel