redrabbit / git.limo

A Git source code management tool powered by Elixir with easy installation & high extensibility.
https://git.limo
MIT License
497 stars 42 forks source link

Add support for Git server-side capabilities. #8

Open redrabbit opened 6 years ago

redrabbit commented 6 years ago

Checkout the Git protocol capabilities documentation.

both

git-upload-pack

git-receive-pack

redrabbit commented 3 years ago

Commit 0e767f6 has been reverted. We do not actually support thin-pack.

Currently libgit2 does not support generating thin packs. See https://github.com/libgit2/libgit2/issues/5367. In order to support this capability, we would require writing the implementation ourselves.