Skip to content

issues Search Results · repo:gitpython-developers/GitPython language:Python

Filter by

1k results
 (58 ms)

1k results

ingitpython-developers/GitPython (press backspace or delete to remove)

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 
    3 days ago
  • #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 
    16 days ago
  • #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 
    16 days ago
  • #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 
    22 days ago
  • #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 
    23 days ago
  • #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

The Cygwin CI test job is failing now, including when rerun at the tip of the main branch where it formerly passed. The failure occurs in the Set up virtualenv step, which runs python -m venv .venv. The ...
acknowledged
help wanted
  • EliahKagan
  • 2
  • Opened 
    on Feb 20
  • #2004

Refer to the comment, CPython is refactoring stdlib modules with lazy import, improving performance on loading. Unfortunately, this breaks the AutoInterrupt wrapper in GitPython, whose finalizer makes ...
acknowledged
help wanted
  • ziyao233
  • 4
  • Opened 
    on Feb 16
  • #2003

Hi, Consider the following example: import rich.progress import git from git import Repo from rich.console import Console console = Console(log_path=False) class GitProgressPrinter(git.RemoteProgress): ...
  • jdumas
  • Opened 
    on Feb 7
  • #2001

Issue: Repo.Index.commit fails during execution of post-commit hook Root Cause: The .git config does not reside inside the submodule repository in the problematic setup. Repo/SubmoduleA$ cat .git ...
acknowledged
help wanted
  • visq
  • Opened 
    on Jan 21
  • #1999
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub