Does GitBlit support partial clones? Ie git clone ssh://craigm@mygitblitserver:29418/myrepo --filter=blob:none Perhaps this could be added to the FAQ. ### See * [Git - partial-clone Documentation](https://git-scm.com/docs/partial-clone) * git config [uploadpack.allowFilter](https://git-scm.com/docs/git-config#Documentation/git-config.txt-uploadpackallowFilter) * git config [uploadpack.allowAnySHA1InWant](https://git-scm.com/docs/git-config#Documentation/git-config.txt-uploadpackallowAnySHA1InWant)