-
GitPython doesn't support git repos with index version newer than v2.
https://github.com/gitpython-developers/GitPython/issues/1075
Newer versions of git can create indexes with v3 and v4:
h…
-
When using a git repo with `sparse-checkout` set (`git sparse-checkout set`), this sets the `worktreeconfig = true` in the git config. This is currently not supported by dulwich
-
Hi, I was wondering if you would be interested in continuous fuzz testing for this project via an integration with Google's OSS-Fuzz platform.
I thought that fastarvo and it's user-base could benef…
-
### Description
poetry version: 1.8.2
python: 3.11.7 with conda installed
macOS 13.6.5
poetry install exits with the following error:
```
Installing dependencies from lock file
Package …
gaord updated
1 month ago
-
There are no blackbox tests for bin/dulwich at the moment, and it shows. We should either have a blackbox test, or remove bin/dulwich.
-
I've generated a 64-bit Fedora 23 workstation virtual machine to try (among other reasons) to get closer to what other ofCourse developers may be using in their own builds.
I end up with this traceba…
ghost updated
7 years ago
-
Looks like with new version pytest is failing in new unit.
```console
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-dulwich-0.20.44-2.fc35.x86_64/usr/lib64/python3.8/site-packages:/home/…
-
```
$ git status
Dulwich version was (0, 18, 2). Required is (0, 12, 2). Attempting to reload
Could not find correct version. Will download proper fork now
Need to download dulwich. OK to downl…
-
Hello,
I have a repo inside c:/tmp/release-package-v0.0.1
When I run
```
local_path = 'c:/tmp/release-package-v0.0.1'
porcelain.add(local_path, local_path)
rst = status(local_path)
print…
-
Is it possible to install the current version without pulling in all of the rust stuff? `jellyfish` is a dependency for a port which I am interested to have, but rust is broken on my platform (and can…