pygit2 icon indicating copy to clipboard operation
pygit2 copied to clipboard

Python bindings for libgit2

Results 203 pygit2 issues
Sort by recently updated
recently updated
newest added

Documentation for the `get()` method for `SubmoduleCollection` indicates that [the function returns `None` if the submodule is not found](https://www.pygit2.org/submodule.html#pygit2.submodules.SubmoduleCollection.get). However, the following sample script throws ` submodule 'second' has not...

I want to use pygit2 to trace back the vulnerability introduction time based on the fix patches of open-source components. On Ubuntu, testing the Linux repository takes about 13 seconds....

Hi. I'd like to report a problem, because I'm using pygit2 in a project and I find that in cloud environments (specifically AWS Lambda) the package just doesn't work. You...