Skip to content

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

Filter by

1k results
 (73 ms)

1k results

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

I tried to use repo.submodule_update on an freshly cloned repository that uses a relative url in the submodule. That fails with fatal: repository ../submodule-test-module does not exist. It looks like ...
  • david0
  • 1
  • Opened 
    4 days ago
  • #2050

I m not sure this is actually a bug: I might be misunderstanding something about the index functionality. I m trying to use a separate index for my operation so it is isolated from the state of the working ...
help wanted
  • TBoshoven
  • 5
  • Opened 
    8 days ago
  • #2041

#2037 accidentally introduced 30 new mypy errors, more than doubling the total number that occur on most recent versions of Python from 27 to 57 (or from 28 to 58 in Python 3.13): diff --git a/a b/b index ...
  • EliahKagan
  • Opened 
    8 days ago
  • #2038

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) ...
  • cvjxendra
  • 2
  • Opened 
    18 days ago
  • #2030

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 
    on May 11
  • #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 
    on Apr 29
  • #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
  • 12
  • 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
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 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