Skip to content

contrib: AMF: improve sparse checkout

Steve Lhomme requested to merge robUx4/vlc:git_sparse into master

git sparse-checkout was only added in 2.25 (2020) [1]. Older git (1.7+) can handle a sparse checkout setting the .git/info/sparse-checkout data.

We also clone with --filter=blob:none --no-checkout which downloads less from the host.

[1] https://stackoverflow.com/a/13738951

Merge request reports