| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Drop support for python 3.4/3.5; make use of smmap 5.0 which does the same4.0.8 | Sebastian Thiel | 2021-10-23 | 3 | -6/+12 |
| | | |||||
| * | Allow usage of smmap 5.0 (#76) | Sebastian Thiel | 2021-10-23 | 2 | -1/+1 |
| | | |||||
| * | Support Python 3.7-3.9 | Hugo van Kemenade | 2021-08-19 | 2 | -3/+5 |
| | | |||||
| * | Remove redundant Python 2 code | Hugo van Kemenade | 2021-08-19 | 1 | -4/+1 |
| | | |||||
| * | Remove redundant Python 2.6 code | Hugo van Kemenade | 2021-08-19 | 1 | -2/+1 |
| | | |||||
| * | Fix Sphinx warnings | Hugo van Kemenade | 2021-08-19 | 3 | -1/+7 |
| | | |||||
| * | Replace deprecated unittest aliases | Hugo van Kemenade | 2021-08-19 | 7 | -10/+10 |
| | | |||||
| * | change signing key to the one I have | Sebastian Thiel | 2021-03-26 | 2 | -1/+1 |
| | | |||||
| * | v4.0.74.0.7 | Harmon | 2021-03-26 | 3 | -2/+9 |
| | | |||||
| * | Update smmap upper bound in setup.py | Harmon | 2021-03-26 | 1 | -1/+1 |
| | | | | | Fixes #69 | ||||
| * | v4.0.64.0.6 | Harmon | 2021-03-25 | 3 | -2/+10 |
| | | |||||
| * | Merge pull request #68 from tmcclintock/master | Harmon | 2021-03-25 | 1 | -1/+1 |
| |\ | | | | | Bumped smmap upper bound | ||||
| | * | Bumped smmap upper bound | Tom McClintock | 2021-03-24 | 1 | -1/+1 |
| |/ | |||||
| * | Merge remote-tracking branch 'origin' | Sebastian Thiel | 2021-01-21 | 5 | -9/+12 |
| |\ | |||||
| | * | Add Ram Rachum to AUTHORS | Ram Rachum | 2020-06-15 | 1 | -0/+3 |
| | | | |||||
| | * | Fix exception causes all over the codebase | Ram Rachum | 2020-06-15 | 3 | -6/+6 |
| | | | |||||
| | * | Fix exception causes in loose.py | Ram Rachum | 2020-06-13 | 1 | -3/+3 |
| | | | |||||
| * | | Bump patch level for creating a new properly signed release4.0.5 | Sebastian Thiel | 2020-05-05 | 4 | -2/+8 |
| |/ | |||||
| * | change package signing key back to what it was | Sebastian Thiel | 2020-04-11 | 2 | -1/+1 |
| | | |||||
| * | Also remove coveralls | Sebastian Thiel | 2020-04-11 | 1 | -2/+0 |
| | | | | | [skip CI] | ||||
| * | Remove windows build badge | Sebastian Thiel | 2020-04-11 | 1 | -2/+0 |
| | | | | | [skip CI] | ||||
| * | Bump patch again; …upload error due to state on disk, yikes4.0.4 | Sebastian Thiel | 2020-04-11 | 3 | -3/+3 |
| | | |||||
| * | update changelog; remove sublime text (editor) configuration | Sebastian Thiel | 2020-04-11 | 2 | -44/+6 |
| | | |||||
| * | bump patch level; mark travis-ci as unused4.0.3 | Sebastian Thiel | 2020-04-11 | 3 | -1/+2 |
| | | |||||
| * | don't try to use __file__ when using pyoxidizer | Sebastian Thiel | 2020-04-11 | 1 | -1/+2 |
| | | |||||
| * | Replace travis with github actions | Sebastian Thiel | 2020-04-11 | 1 | -2/+2 |
| | | |||||
| * | Create pythonpackage.yml | Sebastian Thiel | 2020-04-11 | 1 | -0/+44 |
| | | |||||
| * | v4.0.24.0.2 | Harmon | 2020-02-24 | 3 | -2/+9 |
| | | |||||
| * | Merge pull request #62 from ↵ | Harmon | 2020-02-24 | 1 | -2/+0 |
| |\ | | | | | | | | | Nicusor97/remove-setup-cfg-because-it-dropped-python-2-support Remove setup.cfg to have a pure python wheel | ||||
| | * | Remove setup.cfg because the gitdb dropped Python 2 support | Nicusor97 | 2020-02-24 | 1 | -2/+0 |
| |/ | |||||
| * | v4.0.14.0.1 | Harmon | 2020-02-23 | 5 | -5/+15 |
| | | |||||
| * | v3.0.3.post13.0.3.post1 | Harmon | 2020-02-23 | 3 | -2/+17 |
| | | |||||
| * | Improve changelog for v3.0.2 | Harmon | 2020-02-22 | 1 | -1/+2 |
| | | |||||
| * | Update requirements.txt | Harmon | 2020-02-22 | 1 | -1/+1 |
| | | |||||
| * | Restrict smmap2 version to <3 | Harmon | 2020-02-22 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #49 from xarx00/PR-UnicodeEncodeError | Harmon | 2020-02-18 | 1 | -1/+1 |
| |\ | | | | | Change force_bytes to use UTF-8 encoding by default | ||||
| | * | Merge branch 'master' into PR-UnicodeEncodeError | Harmon | 2020-02-18 | 19 | -311/+112 |
| | |\ | |/ |/| | |||||
| * | | Now with PR: 3.0.23.0.2 | Sebastian Thiel | 2020-02-17 | 3 | -3/+3 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/gitpython-developers/gitdb | Sebastian Thiel | 2020-02-17 | 12 | -246/+96 |
| |\ \ | |||||
| | * \ | Merge pull request #56 from Harmon758/python-2-support-removal | Sebastian Thiel | 2020-02-17 | 11 | -242/+96 |
| | |\ \ | | | | | | | | | Remove Python 2 compatibility shims | ||||
| | | * | | Remove compat.PY3 | Harmon | 2020-02-16 | 2 | -147/+67 |
| | | | | | |||||
| | | * | | Remove and replace encoding.text_type | Harmon | 2020-02-16 | 1 | -13/+2 |
| | | | | | |||||
| | | * | | Remove and replace encoding.string_types | Harmon | 2020-02-16 | 1 | -3/+1 |
| | | | | | |||||
| | | * | | Remove and replace compat.MAXSIZE | Harmon | 2020-02-16 | 2 | -7/+2 |
| | | | | | |||||
| | | * | | Remove and replace compat.to_bytes | Harmon | 2020-02-16 | 2 | -13/+5 |
| | | | | | |||||
| | | * | | Remove compat.memoryview | Harmon | 2020-02-16 | 1 | -5/+0 |
| | | | | | |||||
| | | * | | Remove and replace compat.buffer | Harmon | 2020-02-16 | 4 | -24/+10 |
| | | | | | |||||
| | | * | | Remove and replace compat.xrange | Harmon | 2020-02-16 | 8 | -24/+11 |
| | | | | | |||||
| | | * | | Remove and replace izip in TestPack | Harmon | 2020-02-16 | 1 | -6/+1 |
| | | | | | |||||
| | | * | | Remove and replace compat.izip | Harmon | 2020-02-16 | 3 | -6/+3 |
| | |/ / | |||||
