-
I’m helping someone set up GFtools on their computer to build a font, and we’ve hit an unexpected snag.
Gftools won’t install in the venv of a project folder, which they got from a repo on GitHub via…
-
**Description**
gitfs and git_pillar do not work with pygit2 >= 1.15.0, rasing exceptions as below:
```
[ERROR] Error in function _file_find:
Traceback (most recent call last):
File "/opt/s…
-
Traceback (most recent call last):
File "/home/hramrach/kbuild/python/tests/test_branch_graph.py", line 32, in setUp
self.repo.lookup_branch(branch).set_target(commit)
_pygit2.GitError: no er…
-
Have attempted install via multiple different methods to no avail. Can we update this and perhaps find a better way of including it? Willing to help, just not sure where to start.
-
The official Python bindings for [`libgit2`](https://github.com/libgit2/libgit2), which is what Working Copy uses for git
-
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
When using new enough git (2.47.0 here), all newly cloned repositories are using index versi…
-
The addition of https://github.com/libgit2/pygit2/pull/1310 [made my CI fail](https://gitlab.com/gitlabracadabra/gitlabracadabra/-/jobs/8085594991) with the following:
```
gitlabracadabra/gitlab/p…
-
Can we get in-app access to the integrated libgit2 framework so it can work with pygit2?
This could be used to create a python based interface to git for use in the terminal.
-
I've only now learned about the pygit2 bindings: https://github.com/libgit2/pygit2 and after a quick glance at the [documentation](https://www.pygit2.org/) I think it could be a very useful framework …
-
import os
import pygit2
source = pygit2.Repository("pygit2")
dest = pygit2.init_repository("dest", bare=True)
remote = dest.remotes.create_anonymous(f'file://{os.path.abspath("…