pullrequests Search Results · repo:gitpython-developers/GitPython language:Python is:public is:unmerged is:merged is:merged
Filter by
671 results
(103 ms)671 results
ingitpython-developers/GitPython (press backspace or delete to remove)Byron
- Opened 17 days ago
- #2063
The bug
In git.config.MetaParserBuilder.__new__:
def __new__(name, bases, clsdict): # - `name` is the class name
...
for name, method in methods: # - `name` is the current method name
...
NMertsch
- 7
- Opened 20 days ago
- #2060
Bumps cygwin/cygwin-install-action from 5 to 6. details summary Release notes /summary p em Sourced from a href=
https://github.com/cygwin/cygwin-install-action/releases cygwin/cygwin-install-action s ...
dependencies
github_actions
dependabot[bot]
- Opened on Jul 7
- #2057
Bumps Vampire/setup-wsl from 5.0.1 to 6.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]
- Opened on Jul 7
- #2056
tombedor
- 2
- Opened on Jun 17
- #2055
The license trove classifier was imprecise and deprecated
The main way we indicate the license in the project s metadata is:
https://github.com/gitpython-developers/GitPython/blob/46c439b5d3b8c8fa26d5b305b31d6cd189e42210/setup.py#L72 ...
EliahKagan
- 1
- Opened on Jun 16
- #2054
This switches to the *-wheel Cygwin packages on Cygwin CI, providing the necessary files for ensurepip to work by fixing
the error described in https://github.com/gitpython-developers/GitPython/issues/2004#issuecomment-2680952800, ...
EliahKagan
- Opened on Jun 14
- #2053
This fixes a new TestGit::test_handle_process_output test failure on Cygwin where a CoverageWarning was printed to
stderr in the Python interpreter subprocess running the cat_file.py fixture.
Background ...
EliahKagan
- Opened on Jun 12
- #2052
This fixes running repo.update_submodules(init=True) on repositories that are using relative for the modules.
It tries to emulate the git behavior: https://github.com/git/git/blob/master/builtin/submodule--helper.c#L503 ...
david0
- 1
- Opened on Jun 11
- #2051