-
Issue occurs due to non availability of 'SSL' module which restricts application from connecting to HTTPS.
**Pext 0.22** on **Windows 10 Pro**
![screenshot 2](https://user-images.githubusercontent…
-
Dulwich appears to provide a WSGI app that we could proxy [in `dulwich.web`](https://www.samba.org/~jelmer/dulwich/apidocs/dulwich.web.html).
The challenge is authentication, though, since Git smart …
-
It would be great if Dulwich could be used in async workflows. Since asyncio is only supported with Python >= 3.4, this kind of support would have to be optional though.
Perhaps this can also repl…
-
When a file is removed from repository, the dulwich.pull command does not remove the file from local storage.
When I add a file in repository, the file is correctly downloaded.
I have try with admin…
-
As seen from #10, #24, #56, Git is a well requested feature. But one major problem is Git's GPL license, making it incompatible with App Store.
I wonder if there is any attempt to compile Git to WA…
-
https://www.starlette.io/ is fast, lightweight and arguably more scalable than Flask
Investigating a switch could be interesting.
-
I've managed to get HTTP authentication working in `hg-git` by intercepting `dulwich.client.HTTPUnauthorized`, but this has some issues. First of all, it doesn't distinguish between the HTTP call itse…
-
Gittle doesn't work at all with Python3, it would be very nice to get it working because its the best-looking git-libary for python i found so far.
-
Hi,
I see in the documentation that there is a commit walker, but it's not clear whether there's a way to modify commits (author/committer name/email, message etc) on the fly?
Thanks!
-
```console
$ cat .gitignore
/data/
$ git check-ignore data -v
.gitignore:1:/data/ data
$ python
>>> from dulwich import ignore
>>> a = ignore.IgnoreFilter((ignore.read_ignore_patterns(open(".g…