Yesterday I've achieved impossible thing. clone of github.com/ClickHouse/ClickHou full commits history in 22 seconds

git and commands have --filter argument, that allows minimizing network transfer

--filter=blob:none - do not download patches for files in commits
--filter=tree:0 - do not download even dir's changes

Here's an article about it github.blog/2020-12-21-get-up-