-
Recent update pulled in Rust and a lot of related stuff as dependencies. This is undesirable both due to just being heavy and due to Rust being broken on some non-mainstream platforms (which makes it …
-
**Is your feature request related to a problem? Please describe.**
Weblate currently executes git internally for most of the operations. There might be better ways to interact with the repo these day…
nijel updated
4 years ago
-
`porcelain.status` takes much longer than `git status` for many untracked directories.
Reproduction:
```bash
# prep the directories
for i in {1..40}; do
for j in {1..1000}; do
mkdir -…
-
First time I ran git clone, I got the dulwich error.
Second time I ran it, it just seemed to sit there, so I closed stash. Then I found some of the files from my repository— but not all of them. I …
-
### Search for answers in existing issues
- [X] I have searched issues, there is no issue related to the problem I encountered
### Python version
other
### Issue description
安装requirements.txt出现下…
-
I'm using the gtk3-Branch, Linux Mint 19.1 with system packages for python/git
I updated to dulwich 0.19.11, since I have trouble to get rabbitvcs working with the older version?
When I use the de…
-
Hello,
I create local repo, serve it with TCPGitServer and then want to clone using p.clone (I am testing my repo-handling code and want to do it with a "real" server).
The code sample below th…
-
I am not sure if I understand the documentation correctly, but I assume the fact that there is a parameter "repo" to porcelain.remove() means I can run it from everywhere, but the remove action is iss…
-
Hi,
I am about to package this project for Debian and found a licensing issue. The file /vcs/backends/git/config.py is licensed under the GPL-v2+ whereas the code that uses it is licensed under the M…
-
There are currently no tests for the Paramiko SSH support in Dulwich, leading to bugs like #363. We should add some.