Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| |/ / | ||||||
| * | | Remove badges for no longer existing Issue Stats site from README | Harmon | 2020-02-15 | 1 | -4/+0 | |
| | | | ||||||
* | | | bump version to 3.0.13.0.1 | Sebastian Thiel | 2020-02-17 | 3 | -2/+8 | |
| | | | ||||||
* | | | Change package signature to the only yubikey I can use right now | Sebastian Thiel | 2020-02-15 | 1 | -1/+1 | |
|/ / | ||||||
* | | Release 3.0.03.0.0 | Sebastian Thiel | 2020-02-15 | 2 | -5/+4 | |
| | | ||||||
* | | remove appveyor | Sebastian Thiel | 2020-02-15 | 1 | -49/+0 | |
| | | | | | | | | | | | | | | | | | | It is slow, it fails, and windows support seems unmaintained, besides always having been an incredible time sink. Thanks to everyone who brought GitDb to where it is right now, and I am happy to bring windows testing back if a maintainer can be found. | |||||
* | | don't test python 2.7 anymore, support is dropped | Sebastian Thiel | 2020-02-15 | 1 | -1/+0 | |
| | | ||||||
* | | Merge pull request #53 from lubomir/py39-deprecations | Sebastian Thiel | 2020-02-15 | 2 | -2/+2 | |
|\ \ | | | | | | | Fix deprecated calls for Python 3.9 | |||||
| * | | Fix deprecated calls for Python 3.9 | Lubomír Sedlář | 2020-02-13 | 2 | -2/+2 | |
|/ / | | | | | | | | | | | | | | | The array methods fromstring/tostring have been deprecated since Python 3.2. Python 3.9 removes them completely. This was discovered when trying to build gitdb package for Fedora 33. https://bugzilla.redhat.com/show_bug.cgi?id=1788660 | |||||
* | | bump version again...2.0.6 | Sebastian Thiel | 2019-09-28 | 2 | -2/+2 | |
| | | ||||||
* | | Bump version | Sebastian Thiel | 2019-09-28 | 3 | -2/+2 | |
| | | ||||||
* | | Merge pull request #52 from efiop/master | Sebastian Thiel | 2019-09-28 | 1 | -8/+4 | |
|\ \ | | | | | | | loose: rename only if needed | |||||
| * | | loose: rename only if needed | Ruslan Kuprieiev | 2019-09-25 | 1 | -8/+4 | |
|/ / | | | | | | | | | | | | | | | | | | | Our user was experiencing issue [1] when using a git repository on NTFS mount running on Linux. The current check checks if we are running on Windows, but it should really check if we are on NTFS. And since checking fs type is not that trivial and not efficient, it is simpler and better to just always apply NTFS-specific logic, since it works on other filesystems as well. [1] https://github.com/iterative/dvc/issues/1880#issuecomment-483253764 | |||||
| * | Merge commit 'b1adf606f416f82ec69cd83cfc2b94cddc6928bd' into ↵ | xarx00 | 2019-04-05 | 2 | -2/+2 | |
| |\ | | | | | | | | | | PR-UnicodeEncodeError | |||||
| | * | Another version bump... dunno what happened there.2.0.5 | Sebastian Thiel | 2018-10-13 | 2 | -2/+2 | |
| | | | ||||||
| | * | Bump patch level: remove support for old python versions2.0.4 | Sebastian Thiel | 2018-10-13 | 2 | -2/+2 | |
| |/ |/| | ||||||
| * | Fix for UnicodeEncodeError in git.Repo.clone_from() when path contains ↵ | xarx00 | 2019-04-05 | 1 | -1/+1 | |
|/ | | | | non-ascii characters | |||||
* | Merge pull request #46 from hugovk/rm-eol | Sebastian Thiel | 2018-10-13 | 6 | -12/+6 | |
|\ | | | | | Drop support for EOL Python | |||||
| * | Python 3.6 is tested and supported | Hugo | 2018-09-07 | 1 | -0/+1 | |
| | | ||||||
| * | Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgrade | Hugo | 2018-09-07 | 3 | -3/+3 | |
| | | ||||||
| * | Drop support for EOL Python | Hugo | 2018-09-07 | 3 | -9/+2 | |
|/ | ||||||
* | Merge pull request #44 from movermeyer/fix_badges | Sebastian Thiel | 2018-03-17 | 1 | -2/+2 | |
|\ | | | | | Switched broken pypip.in badges to shields.io | |||||
| * | Switched broken pypip.in badges to shields.io | Michael Overmeyer | 2018-03-05 | 1 | -2/+2 | |
|/ | ||||||
* | Add python 3.6 to the testing suite | Sebastian Thiel | 2017-09-29 | 1 | -0/+1 | |
| | ||||||
* | Upgrade makefile2.0.3 | Sebastian Thiel | 2017-09-28 | 4 | -3/+17 | |
| | ||||||
* | Merge pull request #41 from nooperpudd/master | Sebastian Thiel | 2017-09-28 | 1 | -1/+2 | |
|\ | | | | | support open encoding `utf-8` | |||||
| * | change codecs to open with support encoding="utf-8" | wangweichen | 2017-07-13 | 1 | -1/+2 | |
| | | ||||||
| * | fix open encoding error. | wangweichen | 2017-07-13 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #38 from stuertz/windows_fixes | Sebastian Thiel | 2017-05-28 | 5 | -8/+54 | |
|\ | | | | | Windows fixes for leaking file handles #37 | |||||
| * | Typos | stuertz | 2017-03-27 | 1 | -3/+3 | |
| | | ||||||
| * | fixed to be py26 compat | stuertz | 2017-03-27 | 1 | -2/+4 | |
| | | ||||||
| * | Use range instead of xrange, good enough here | stuertz | 2017-03-27 | 1 | -1/+1 | |
| | | ||||||
| * | close smmap handles, to be able to delete files / trees in process (req. for ↵ | stuertz | 2017-03-27 | 2 | -2/+17 | |
| | | | | | | | | windows) | |||||
| * | Release the file handle, before deleting, otherwise win fails. | stuertz | 2017-03-26 | 1 | -0/+1 | |
| | |