Commit b789ebc
committed
Fix for parsing GPG signatures related to #57 but applied to 0.3.
Without it, the following error happens:
LookupError: unknown encoding: -----BEGIN PGP SIGNATURE-----
I Couldn't cherry pick. Git went spaz. The original author is @sugi
and the commit is from sugi/GitPython:
8065d2a1 parent 0b820e6 commit b789ebcCopy full SHA for b789ebc
1 file changed
+31-9Lines changed: 31 additions & 9 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- git/objects
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+31-9Lines changed: 31 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
57 | 57 | |
58 | 58 | |
59 | 59 | |
60 | | - |
| 60 | + |
61 | 61 | |
62 | 62 | |
63 | 63 | |
64 | 64 | |
65 | | - |
| 65 | + |
66 | 66 | |
67 | 67 | |
68 | 68 | |
| ||
120 | 120 | |
121 | 121 | |
122 | 122 | |
| 123 | + |
123 | 124 | |
124 | 125 | |
125 | 126 | |
| ||
393 | 394 | |
394 | 395 | |
395 | 396 | |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
396 | 403 | |
397 | 404 | |
398 | 405 | |
| ||
430 | 437 | |
431 | 438 | |
432 | 439 | |
433 | | - |
434 | | - |
435 | | - |
436 | | - |
437 | | - |
438 | | - |
439 | | - |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
| 461 | + |
440 | 462 | |
441 | 463 | |
442 | 464 | |
|
0 commit comments