-
I use the dulwich in my project and originally I mean to keep the local repository synchronized with the remote repository. Since I tried to get the information mentioned in the previous issues, the p…
-
What's this dulwich dependency in this code?
-
### Discussed in https://github.com/jelmer/dulwich/discussions/1391
Originally posted by **castedo** October 20, 2024
I am planning to migrate from using GitPython to Dulwich, but I will need …
-
https://github.com/jelmer/dulwich
-
Hi, We are using Dulwich (0.20.6) to work with git repos. We are connecting to a larger repo using HttpGitClient and have a thread periodically doing pull/fetch operations.
After a while, for this …
-
From #257, @jelmer, see https://github.com/jonashaag/klaus/blob/0fa6ab47130db2bc4b1617e8c68030b2414b929b/klaus/repo.py#L172, https://github.com/jonashaag/klaus/blob/0fa6ab47130db2bc4b1617e8c68030b2414…
-
I hate to bring this up, but I noticed you're linking against Dulwich, which is licensed under GPLv2+. This would mean that pyvcs would need to be licensed under GPL as well.
Which is unfortunate, be…
-
dulwich.io is down again
-
Using dulwich.porcelain clone() at the 0.22.3 release level to clone
```
git@github.com:Cray-HPE/vtds-configs.git
```
I wind up with refs that contain a single branch named 'master'. Unfortuna…
-
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…