I've recently started looking into using --partial-clone to reduce the cost of non-text files in my git projects. In the past, I've used git-lfs in some of my projects so that I can store the binary artifacts outside of the git repository and fetch them as needed.
In general, I only want to use partial cloning in the projects where I don't currently use LFS, and over time, I'll transition projects from using LFS to using partial clones. Is there some way to tell repo init to only use partial cloning on a subset of projects? Perhaps via --groups?