Skip to content

issues Search Results · repo:libgit2/pygit2 language:Python

Filter by

678 results
 (94 ms)

678 results

inlibgit2/pygit2 (press backspace or delete to remove)

Description: In pygit2/src/odb_backend.c, the C functions pgit_odb_backend_read and pgit_odb_backend_read_prefix are used as callbacks for libgit2 s custom ODB backend mechanism. The code passes the ...
  • yhrscholar
  • Opened 
    12 hours ago
  • #1368

Unfortunately actually doing this might end up being blocked on upstream support in CFFI for free-threaded Python, see https://github.com/python-cffi/cffi/issues/126 for more detail. We are working on ...
  • ngoldbaum
  • Opened 
    22 hours ago
  • #1367

Currently - project is testing on min and latest python versions (3.10, and 3.13) The wheel released to pypi - is built using 3.11 I think the wheel should be built instead using a python version we are ...
  • clintonsteiner
  • Opened 
    8 days ago
  • #1364

https://github.com/libgit2/pygit2/blob/212cae3f86772ffc245124c5fc1a7c37043f95a0/test/test_credentials.py#L194 This test is xfailing, is there a reason this isn t making the linux github actions fail? ...
  • clintonsteiner
  • Opened 
    8 days ago
  • #1362

In case if I want to check if branch was provided to submodule and it is not provided I got error if sm.branch: name = f {sm.branch}/{sm.name} else: name = f {sm.name} File /app/venv/lib/python3.11/site-packages/pygit2/submodules.py ...
  • Imantsg
  • Opened 
    13 days ago
  • #1361

Error: _pygit2.GitError: error parsing REF pkt-line Fetching: https://gitlab.freedesktop.org/xdg/shared-mime-info.git I am not really sure why it fails. It works fine with the git command/GitPython. What ...
  • jloehel
  • Opened 
    14 days ago
  • #1359

Hey. Documentation claims: ignored Whether to show ignored files with untracked files. Ignored when untracked_files == “no” However, the option does not seem to be ignored, i.e. with epository.status(untracked_files= ...
  • calestyo
  • Opened 
    on Mar 23
  • #1358

With this issue I want to catch your attention to the fact that the development of pygit2 depends very much on your contributions. As maintainer I do the following things: - Review and merge pull requests. ...
  • jdavid
  • Opened 
    on Mar 23
  • #1357

I created two branches with commits like this: Image Then I call checkout to switch the branch from old_master to master. Somehow, the cached area is updated after checkout: Image Here s the code toe ...
  • fangpenlin
  • Opened 
    on Mar 13
  • #1355

I found that pygit2 can t do that, but I need this feature.
  • ancieg
  • Opened 
    on Feb 19
  • #1353
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