-
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…
-
```
$ pip2arch.py -p python2 python-dulwich
Traceback (most recent call last):
File "/usr/bin/pip2arch.py", line 251, in
main()
File "/usr/bin/pip2arch.py", line 235, in main
versio…
-
See https://bugs.launchpad.net/dulwich/+bug/1025886
Client.fetch does not support thin packs right now, so need to remove capability.
-
### Setup
- [ ] Our packages that use cython (bitstruct, construct, dolphin-memory-engine, dulwich, lzokay, mp2hudcolor, nod, py-randomprime, superdupermetroid) need cmake and cpp compiler, because t…
-
```
$ python3 --version
Python 3.6.2
```
```
dulwich.__version__
(0, 18, 6)
```
```
>>> porcelain.push('/tmp/foobard', b'git@github.com:dev-dull/backend_test.git', b'master')
Traceback (mo…
-
Dulwich should have a way of repacking a repository.
-
Hi,
Just did a clean instal of gittle and tried to auth using keys (I can't use user/pass as we have 2fa enabled).
This looks similar to https://github.com/FriendCode/gittle/issues/18..
Using gittl…
-
It would be great if the functionality provided by the 'dulwich' command-line tool was equivalent to that provided by the C git "git" command-line tool.
-
The git pull operation for the beq files repo does not delete files when one is renamed. A couple recent examples are John Wick 2, Underworld Blood Wars, or Ralph Breaks the Internet. The files for …
-
Maybe i am missing something but i tried to find why i am missing files when using porcelain.add() vs git add "
One thing i _seem_ to notice in my environment is that files do not get added by porcel…