summaryrefslogtreecommitdiff
path: root/git/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-1270-9384/+0
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-1270-0/+9384
* tests: move to root dirKonrad Weihmann2020-07-1270-9384/+0
* Fixed new test for copied filesJJ Graham2019-10-191-1/+1
* Adding diff support for copied files, still working on testJJ Graham2019-10-192-0/+5
* Support multiple git config values per optionA. Jesse Jiryu Davis2019-01-201-0/+7
* Add change in type supportAurélien Matouillot2018-05-192-0/+11
* BF: process included files before the restYaroslav Halchenko2017-11-272-2/+21
* test if it accepts environment variables in commandsAnson Mansfield2017-07-191-0/+0
* Add a fixture to test incremental blame output for git 2.11.1+George Hickman2017-03-071-0/+33
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-3/+4
* fix(diff): use explicit change-type if possibleSebastian Thiel2016-07-231-0/+1
* Don't choke on (legitimately) invalidly encoded Unicode pathsfix-dont-choke-on-invalid-unicode-pathsVincent Driessen2016-06-061-0/+7
* Merge pull request #456 from gitpython-developers/fix-for-invalid-data-in-com...Sebastian Thiel2016-05-301-0/+6
|\
| * Add test case as example of Git commit with invalid dataVincent Driessen2016-05-301-0/+6
* | Fix bug in diff parser outputfix-octal-escaped-path-parser-bugVincent Driessen2016-05-301-0/+7
|/
* Split lines by new line charactersJonathan Chu2016-05-241-1/+1
* Fix diff patch parser for paths with unsafe charsVincent Driessen2016-04-191-0/+75
* Make diff patch parsing more reliableVincent Driessen2016-04-192-2/+7
* Support "root" as a special value in .diff() callsVincent Driessen2016-04-141-0/+10
* Add incremental blame supportVincent Driessen2016-04-131-0/+30
* Add test and fixture for diff index from raw formatJonathan Chu2016-03-161-0/+1
* fix(config): ignore empty values in config fileSebastian Thiel2015-09-061-0/+4
* fix(cmd): don't open stdout when fetchingSebastian Thiel2015-07-031-0/+5
* test(git): remove unnecessary fixtureSebastian Thiel2015-07-031-5001/+0
* fix(cmd): line parsingSebastian Thiel2015-07-032-0/+10003
* fix(config): selective cfg write;fix cfg parserSebastian Thiel2015-04-221-0/+3
* Fetch now deals with custom refspecs much better.Sebastian Thiel2015-01-222-0/+12
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-2/+2
* GitConfigParser now respects and merges 'include' sectionsSebastian Thiel2015-01-141-0/+3
* Implemented multi-line parsing of git-config to the point where a sepcific te...Sebastian Thiel2015-01-101-0/+183
* Added test for complex blame revision query.Sebastian Thiel2015-01-091-0/+177
* Added test to verify binary diffs are working as well.Sebastian Thiel2015-01-091-0/+100
* Added test to verify binary diffs are working as well.Sebastian Thiel2015-01-092-0/+4
* Added test to assure blame can deal with binary patches.Sebastian Thiel2015-01-091-0/+0
* Added support for rename detection in raw mode (which is the default).Sebastian Thiel2015-01-081-0/+1
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-0/+1
* Merge branch 'feature/0.3/git-file-support' of https://github.com/igetgames/G...Sebastian Thiel2014-11-191-0/+1
|\
| * Add tests for .git-file.Marcus R. Brown2013-01-111-0/+1
* | GPG signature support on commit object.Max Rasskazov2014-09-081-0/+30
|/
* Greatly improved robustness of config parser - it can now take pretty much ev...Sebastian Thiel2011-06-071-5/+11
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-2540-0/+3634