Today I learned about `git clone --filter blob:none` - it's awesome! It's a sort of lazy git clone, letting you access the entire history but only downloading it when needed.
https://git-scm.com/docs/git-clone#Documentation/git-clone.txt---filterfilter-spec
Thanks @Zimm_i48@fediscience.org for the pointer!