forked fromgitpython-developers/GitPython
- Notifications
You must be signed in to change notification settings - Fork0
Commite40ad63
committed
Fixed PY3 support.
Apparently, thanks to an incorrect version check, PY3 ended up usinga git command object database by default. This is now fixed.Additionally, the update_cache code was adjusted to check for method-existence,as it's valid to use object databases which simply don't have acaching mechanism (like the git command object database)1 parent46889d1 commite40ad63
2 files changed
+5
-3
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
611 | 611 |
| |
612 | 612 |
| |
613 | 613 |
| |
614 |
| - | |
| 614 | + | |
| 615 | + | |
615 | 616 |
| |
616 | 617 |
| |
617 | 618 |
| |
| |||
625 | 626 |
| |
626 | 627 |
| |
627 | 628 |
| |
628 |
| - | |
| 629 | + | |
| 630 | + | |
629 | 631 |
| |
630 | 632 |
| |
631 | 633 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
0 commit comments
Comments
(0)