forked fromgitpython-developers/GitPython
- Notifications
You must be signed in to change notification settings - Fork0
Commitc767b52
committed
Now Diff.__str__ works correctly in all python versions.
Additionally, unicode handling was improved to the point where we dealwith all diff(create_path=True) data as binary.Therefore we don't claim to know all encodings of all textfiles in the world,even though we still assume that everything git throws at us is utf-8 encoded.Fixesgitpython-developers#1131 parent85a5a8c commitc767b52
2 files changed
+31
-9
lines changedLines changed: 29 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 |
| |
15 | 18 |
| |
16 | 19 |
| |
| |||
194 | 197 |
| |
195 | 198 |
| |
196 | 199 |
| |
197 |
| - | |
| 200 | + | |
198 | 201 |
| |
199 | 202 |
| |
200 | 203 |
| |
| |||
280 | 283 |
| |
281 | 284 |
| |
282 | 285 |
| |
283 |
| - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
284 | 291 |
| |
285 | 292 |
| |
286 | 293 |
| |
287 |
| - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
288 | 301 |
| |
289 | 302 |
| |
290 | 303 |
| |
| |||
298 | 311 |
| |
299 | 312 |
| |
300 | 313 |
| |
301 |
| - | |
| 314 | + | |
302 | 315 |
| |
303 | 316 |
| |
304 | 317 |
| |
| |||
317 | 330 |
| |
318 | 331 |
| |
319 | 332 |
| |
320 |
| - | |
321 |
| - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
322 | 344 |
| |
323 | 345 |
| |
324 | 346 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
75 |
| - | |
| 75 | + | |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
0 commit comments
Comments
(0)