pullrequests Search Results · repo:gitpython-developers/GitPython language:Python
Filter by
767 results
(113 ms)767 results
ingitpython-developers/GitPython (press backspace or delete to remove)The changes in the fork were upstreamed and released in 5.5.0. See
https://github.com/actions/setup-python/releases/tag/v5.5.0.
ngoldbaum
- 1
- Opened 18 days ago
- #2019
It seems this type of properties are not supported by type checkers (mypy, pyright) and using property decorator fixes
the issue.
commit = property(
_get_commit,
set_commit, # type: ...
Andrej730
- 5
- Opened 25 days ago
- #2015
I encountered this issue on MacOS, python 3.7 and later
Added fix and appropriate unit test.
Stripping of trailing slash seems to be happening in os.path.relpath, altough I am not sure whether that is ...
kamilkozik7
- 2
- Opened on Mar 7
- #2012
Fixes #2005
See commit messages for details:
- f1dbe33 describes why this uses the approach of using a different action (rather than @main or @... where ... is an
OID) for the 3.13t job, and why ...
EliahKagan
- Opened on Mar 7
- #2011
This avoids an occasional HTTP 403 error updating WSL for WSL2.
Updating WSL2 also takes a bit of time, and this change seems to decrease how long the Setup WSL step takes, by about 30
seconds. Both benefits ...
EliahKagan
- Opened on Mar 7
- #2010
Together with #2007, this works around #2004, allowing all tests to pass on Cygwin CI.
In #2007, installation of the environment in which tests run was fixed by downloading and running the get-pip.py ...
EliahKagan
- 1
- Opened on Mar 6
- #2009
Bumps Vampire/setup-wsl from 4.1.1 to 5.0.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/vampire/setup-wsl/releases Vampire/setup-wsl s releases /a . /em /p blockquote ...
dependencies
github_actions
dependabot[bot]
- 6
- Opened on Mar 3
- #2008
I don t have a complete fix for #2004 yet, but since it s confirmed to fail on the main branch of this upstream
repository (mentioned in https://github.com/gitpython-developers/GitPython/pull/1988#issuecomment-2680840638, ...
EliahKagan
- 3
- Opened on Feb 25
- #2007
Bumps Vampire/setup-wsl from 4.1.0 to 4.1.1. details summary Release notes /summary p em Sourced from a href=
https://github.com/vampire/setup-wsl/releases Vampire/setup-wsl s releases /a . /em /p blockquote ...
dependencies
github_actions
dependabot[bot]
- Opened on Feb 24
- #2006