-
When I'm trying to synchronize my entire addressbook I get the following exceptions:
```
[pid: 12197|app: 0|req: 35/37] 192.168.1.1 () {50 vars in 714 bytes} [Sun Oct 15 13:07:54 2017] PROPFIND /u…
-
`porcelain.add()` resolves paths to be relative to the repository root:
https://github.com/dulwich/dulwich/blob/06bfbd92a0ab05d61656aa50f1e6e1b19a342e34/dulwich/porcelain.py#L445
This follows sy…
-
I know it's a time-consuming job to realize that, but using git/dulwich to validate/test a flow is cumbersome. I hope this can be a Todo in your plan.
-
When I try to clone a private GitHub repository, Git gives me this error message:
`: unexpected http response 401`
I have not tried SSH.
No problems with public repositories.
-
Suppose we are in an empty bare repository:
```
git init --bare
```
This operation gives a `TypeError` (instead of a `KeyError` as expected):
```python
import dulwich.repo
from pathlib import P…
-
Dulwich fails to operate on git clones created by git 2.27.
The assertion that the index version should be 1,2,3 (index.py) fails, discovering version 4.
Are there plans to support this new format?
…
mtene updated
2 years ago
-
The error message in the subject is from non-verbose mode. With verbose = True, the following traceback is printed:
```
** unknown exception encountered, please report by visiting
** https://merc…
-
I think your app is really powerful enough now. Just wondering do u have any plan. Or if it is possible to integrate git command in your sand box environment. :)
xycui updated
4 years ago
-
If I read the code correctly, `dulwich.index.blob_from_path_and_stat()` pays no attention to the `core.autocrlf` setting and pays no attention to anything in the `.gitattributes` file.
This is unex…
-
If I delete files locally, but don't call `git rm ` for each one, many many commands then fail. Without manually doing a `git rm ` for each one, I get errors with `checkout`, `status`, and more. In s…