Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Commitf0ef7af
committed
Add test case as example of Git commit with invalid data
This is a real commit from the microjs.com open source project, seemicrojs/microjs.com@7e8457c,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 bythe � (\x80) char.1 parente836e5c commitf0ef7af
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + |
0 commit comments
Comments
(0)