| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version - cannot overwrite releasegitdb2-4.0.1 | Sebastian Thiel | 2020-02-23 | 1 | -1/+1 |
| | | |||||
| * | Bump to v4.0.0; require smmap package4.0.0 | Sebastian Thiel | 2020-02-23 | 2 | -1/+1 |
| | | | | | https://github.com/gitpython-developers/gitdb/issues/59 | ||||
| * | Bump version to v3.0.3; update changelog3.0.3 | Sebastian Thiel | 2020-02-23 | 1 | -1/+1 |
| | | | | | https://github.com/gitpython-developers/gitdb/issues/59 | ||||
| * | Merge branch 'master' into PR-UnicodeEncodeError | Harmon | 2020-02-18 | 13 | -252/+102 |
| |\ | |||||
| | * | Now with PR: 3.0.23.0.2 | Sebastian Thiel | 2020-02-17 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'master' of https://github.com/gitpython-developers/gitdb | Sebastian Thiel | 2020-02-17 | 11 | -242/+96 |
| | |\ | |||||
| | | * | 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 |
| | | | | |||||
| | * | | bump version to 3.0.13.0.1 | Sebastian Thiel | 2020-02-17 | 1 | -1/+1 |
| | |/ | |||||
| | * | Release 3.0.03.0.0 | Sebastian Thiel | 2020-02-15 | 1 | -1/+1 |
| | | | |||||
| | * | 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 | 1 | -1/+1 |
| | | | |||||
| | * | Bump version | Sebastian Thiel | 2019-09-28 | 2 | -1/+1 |
| | | | |||||
| | * | 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 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | PR-UnicodeEncodeError | ||||
| | * | | Another version bump... dunno what happened there.2.0.5 | Sebastian Thiel | 2018-10-13 | 1 | -1/+1 |
| | | | | |||||
| | * | | Bump patch level: remove support for old python versions2.0.4 | Sebastian Thiel | 2018-10-13 | 1 | -1/+1 |
| | |/ | |||||
| * | | Fix for UnicodeEncodeError in git.Repo.clone_from() when path contains ↵ | xarx00 | 2019-04-05 | 1 | -1/+1 |
| |/ | | | | non-ascii characters | ||||
| * | 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 | 1 | -4/+1 |
| | | |||||
| * | Upgrade makefile2.0.3 | Sebastian Thiel | 2017-09-28 | 2 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fixed Tests / Code for Windows. | stuertz | 2017-03-26 | 2 | -6/+25 |
| | | | | | | Sometimes the OS or some other process has the handle to file a bit longer, and the file could not be deleted immediatly. Retry 10 Times with 100ms distance. | ||||
| * | Skip Test on Windows | stuertz | 2017-03-26 | 1 | -0/+9 |
| | | | | | | Currently renaming files is not supported while the the OS doesn't support renaming open files. When closing the file, as done in the code by using http://smmap.readthedocs.io/en/latest/api.html#smmap.mman.StaticWindowMapManager.force_map_handle_removal_win force_map_handle_removal_win, we can rename, but the cache does still have a handle to this file and crashes. | ||||
| * | tc: HALF FIX of `test_pack_entity ()` | Kostis Anagnostopoulos | 2016-10-22 | 1 | -3/+6 |
| | | | | | | + On Windows, you cannot write onto a file held by another live file-pointer (test_pack.py:#L204). + The TC fails later, on clean up (the usual). | ||||
| * | TCs: fix div-by-zero on elapsed times (appveyor CPU is fast!) | Kostis Anagnostopoulos | 2016-10-22 | 3 | -11/+11 |
| | | |||||
| * | chore(rename): gitdb2 v2.02.0.0 | Sebastian Thiel | 2016-10-16 | 2 | -1/+1 |
| | | | | | v2 is chosen to better match the name. | ||||
| * | support optional gitdb_speedups | Thomas Grainger | 2016-10-04 | 6 | -1270/+3 |
| | | |||||
| * | Merge pull request #28 from scop/with | Sebastian Thiel | 2016-07-30 | 4 | -15/+10 |
| |\ | | | | | Handle more file open/close with "with" | ||||
| | * | Handle more file open/close with "with" | Ville Skyttä | 2016-07-27 | 4 | -15/+10 |
| | | | |||||
| * | | Spelling fixes | Ville Skyttä | 2016-07-27 | 9 | -10/+10 |
| |/ | |||||
| * | fix(loose): avoid unnecessary file rename on windows | Sebastian Thiel | 2015-10-04 | 2 | -4/+9 |
| | | | | | | | This should workaround possible permission issues. Related to https://github.com/gitpython-developers/GitPython/issues/353 | ||||
| * | docs(gitdb): discourage usage of GitDB type | Sebastian Thiel | 2015-08-22 | 1 | -1/+5 |
| | | |||||
| * | Duplicate `const` fixed | Germán M. Bravo | 2015-04-07 | 1 | -5/+5 |
| | | | | | Remove duplicate `const` to stop the warning: "duplicate 'const' declaration specifier" | ||||
| * | Bumped version to 0.6.40.6.4 | Sebastian Thiel | 2015-01-12 | 1 | -1/+1 |
| | | |||||
| * | Adjusted stream logic to make it work on all tested platforms ... . | Sebastian Thiel | 2015-01-12 | 3 | -4/+11 |
| | | | | | | | | | | | | | | | | | | As taken from https://github.com/gitpython-developers/gitdb/blob/master/gitdb/stream.py#L292 -> NOTE: Behavior changed in PY2.7 onward, which requires special handling to make the tests work properly. They are thorough, and I assume it is truly working. Why is this logic as convoluted as it is ? Please look at the table in https://github.com/gitpython-developers/gitdb/issues/19 to learn about the test-results. Bascially, on py2.6, you want to use branch 1, whereas on all other python version, the second branch will be the one that works. However, the zlib VERSIONs as well as the platform check is used to further match the entries in the table in the github issue. This is it ... it was the only way I could make this work everywhere. IT's CERTAINLY GOING TO BITE US IN THE FUTURE ... . <- Fixes #19 | ||||
