issues Search Results · repo:gitpython-developers/GitPython language:Python
Filter by
1k results
(75 ms)1k results
ingitpython-developers/GitPython (press backspace or delete to remove)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 ...
acknowledged
help wanted
ElJaviLuki
- 1
- Opened 6 days ago
- #2025
The API docs are great and detailed. However, the class git.config.GitConfigParser is only mentioned by name:
Image
The link Alias of `GitConfigParser refers to the line above.
It would be great if ...
help wanted
NMertsch
- 1
- Opened 18 days ago
- #2023
The git.Repo() constructor in GitPython fails to correctly initialize a repository when called without a path from
within a Git worktree and the GIT_DIR environment variable is set to that worktree. This ...
acknowledged
help wanted
Leokap
- 1
- Opened on Apr 8
- #2022
The behavior of the repo.index.add() method behaves differently than the CLI equivalent git add:
0$ git add *
0$ python3 -c import git; git.Repo.init().git.add( * )
0$ python3 -c import git; git.Repo.init().index.add( ...
acknowledged
help wanted
jrollins
- 1
- Opened on Apr 7
- #2021
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 a lot of things that we never ...
acknowledged
help wanted
eighthave
- 4
- Opened on Mar 31
- #2020
the regex
https://github.com/gitpython-developers/GitPython/blob/6d09bb610932d6081da7a516f8e7215414d953e5/git/config.py#L69 is
missing hasconfig:remote.*.url from
https://git-scm.com/docs/git-config#Documentation/git-config.txt-codehasconfigremoteurlcode ...
acknowledged
help wanted
racinmat
- Opened on Mar 19
- #2017
Describe the bug When executing repo.git.execute with string-type arguments on macOS, it throws a GitCommandNotFound
exception:
Traceback (most recent call last):
File /Users/macuser/.pyenv/versions/3.12.2/lib/python3.12/site-packages/git/cmd.py ...
acknowledged
help wanted
cloudskytian
- 3
- Opened on Mar 19
- #2016
Issue
Currently there is no direct way to run git submodule deinit in gitpython. My workaround is using repo.git.submodule(
deinit , ...) to access git sm directly.
Expected:
Like remove, add, update, ...
enhancement
help wanted
tomlin7
- Opened on Mar 13
- #2014
the regex:
https://github.com/gitpython-developers/GitPython/blob/6d09bb610932d6081da7a516f8e7215414d953e5/git/diff.py#L372
is not able to match the diff generated if this flag is enabled in ~/.gitconfig: ...
acknowledged
help wanted
ceccopierangiolieugenio
- 3
- Opened on Mar 12
- #2013
Since Python 3.13, CPython supports building free-threaded interpreters, i.e. builds that support running with no global
interpreter lock and mostly using a combination of narrower locks and lock-free ...
acknowledged
help wanted
EliahKagan
- 2
- Opened on Feb 20
- #2005

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.