| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-12 | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel | |
| 2020-07-12 | tests: move to root dir | Konrad Weihmann | |
| This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> | |||
| 2016-05-30 | Add test case as example of Git commit with invalid data | Vincent Driessen | |
| This is a real commit from the microjs.com open source project, see https://github.com/madrobby/microjs.com/commit/7e8457c17850d0991763941213dcb403d80f39f8, which is declared to be encoded in UTF-8, but contains invalid bytes. This makes GitPython choke on it while decoding. Rather than choking, this should instead accept the error and replace the invalid bytes by the � (\x80) char. | |||
