GitPython
GitPython copied to clipboard
GitPython is a python library used to interact with Git repositories.
Bumps [Vampire/setup-wsl](https://github.com/vampire/setup-wsl) from 3.1.1 to 3.1.3. Release notes Sourced from Vampire/setup-wsl's releases. v3.1.3 Rebuild due to release error v3.1.2 Highlights Use static download link for Ubuntu 24.04 [942db883f796a3ffb1ee68090c4a1ae7c26ebf12] Details Do...
Bumps [git/ext/gitdb](https://github.com/gitpython-developers/gitdb) from `3d3e957` to `a8c894f`. Commits a8c894f Merge pull request #114 from edgarrmondragon/cp313 b38cbc4 Use older ubuntu to get Python 3.7 5bc9504 Add support for Python 3.13 88da5ef Merge...
## Used version `Git`: 2.34.1 `GitPython`: 3.1.43 `Python`: 3.10.12 FYI, progress bar rendered with `rich` (13.7.1) ## Issue RemoteProgress update method is called with ill-formed parameters when use with `remote.fetch`...
This issue expands on #1058 My current setup is the following: a superrepo, whose default branch is `main`, and 4 submodules, 2 of which have default branch `main` (just like...
Running `is_dirty()` on my repo takes 5 minutes because it's a large repo, has text conversion enabled for diffs, and `is_dirty()` is outputting a full diff. `is_dirty()` should be a...
Using git python to add files to an index fails at an index head assertion if the local repo is being otherwise worked on with git `2.46.0`: https://github.com/gitpython-developers/GitPython/blob/cfadd9e5edb8571c2c15878c8eeca91f15a69040/git/index/fun.py#L209-L210 Is it...
As described in #2020, here is the core implementation of "safe mode". The core idea is to set up operations so that external programs are not executed by `git`. This...
For f-droid.org, we build thousands of Android apps from git repos. To reduce our attack surface and work towards "least authority", we use a custom Git wrapper that locks down...
Environment: - OS: Windows 10. - Python: 3.11.9 - Git: 2.46.1.windows.1 - Aider v0.83.2 (this is the current version) - Git repository index version: 2 (verified with git update-index --show-index-version)...
**Environment:** * GitPython version: 3.1.44 * Git version: git version 2.42.0.windows.2 * Python version: 3.12.0 * Operating System: Windows 11 Pro 24H2 26100.3775 **Description:** When initializing a new repository, adding...