Open1

yunibuild: SubmoduleのあるGitリポジトリをrecursiveかつ差分転送のみでcloneしたい

okuokuokuoku

... Gitの 2.36--also-filter-submodules が追加されて指定できるようになったらしい。

--also-filter-submodules

Also apply the partial clone filter to any submodules in the repository. Requires --filter and --recurse-submodules. This can be turned on by default by setting the clone.filterSubmodules config option.

じゃぁコレで良いか。。