Jelmer Vernooij

Results 140 issues of Jelmer Vernooij

dulwich.config should support the includeIf keyword. See https://git-scm.com/docs/git-config for details From https://bugs.debian.org/977731

bug

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.

enhancement
porcelain
help wanted

It would be great if Dulwich provided support for LFS. - [x] Add support for storing LFS objects - [ ] Add support for filters in gitattributes - [ ]...

When cloning a large repository like git://github.com/lampepfl/dotty.git, Dulwich uses an excessive amount of memory. Easily reproducible using: ./bin/dulwich clone git://github.com/lampepfl/dotty.git

performance

See https://mirrors.edge.kernel.org/pub/software/scm/git/docs/technical/protocol-v2.html

enhancement

run benchmarks across different dulwich versions

infrastructure
performance

At the moment porcelain doesn't support any of the submodules commands ('git submodule init', 'git submodule update', etc) and it doesn't support various command-line options related to submodules.

enhancement
porcelain

There are currently no tests for the Paramiko SSH support in Dulwich, leading to bugs like #363. We should add some.

testing
contrib

Dulwich should have a way of repacking a repository.

enhancement

flags are useful to indicate what codepaths get executed by e.g. the noext and the cext builds.

enhancement
testing