pullrequests Search Results · repo:gitpython-developers/GitPython language:Python is:public
Filter by
794 results
(121 ms)794 results
ingitpython-developers/GitPython (press backspace or delete to remove)tombedor
- 2
- Opened 3 days ago
- #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 4 days ago
- #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 6 days ago
- #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 8 days ago
- #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 9 days ago
- #2051
This makes various style improvements:
- 1b79d449c90cc6fca8220246e2de159d24666837 fixes line endings in requirements-dev.txt.
- 6f4f7f5137d63facb61eae2955e6c0801c71b7b5 fixes ruff configuration warnings ...
EliahKagan
- Opened 12 days ago
- #2049
Background
#2035 fixed issue #1923, where the ConfigParser would not remove the quotes around single-line values. As discussed in
comments there:
- That improved the common cases where quote removal ...
EliahKagan
- 1
- Opened 12 days ago
- #2048
One of the benefits of #2035 is that it automatically handles a quoted empty value, i.e. name = , correctly. Previously,
this was handled as a special case, so that it would work even though other quoted ...
EliahKagan
- Opened 12 days ago
- #2047
Two new test cases:
- Unquoted, where extra whitespace is at the edges of what can be parsed as the value.
- Quoted, where extra whitespace is next to but outside of the quotes.
The case where the ...
EliahKagan
- Opened 12 days ago
- #2046
This is a minor refactor of how _warn_use_shell can be, and is, invoked.
The _warn_use_shell helper function in git.cmd takes a single bool-valued argument extra_danger, which is conceptually
associated ...
EliahKagan
- Opened 12 days ago
- #2045