fetchgit: add lfs support

This commit is contained in:
Jonathan Ringer
2021-01-11 09:41:06 -08:00
committed by Jonathan Ringer
parent ecf84de70c
commit 741285611f
3 changed files with 14 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@ header "exporting $url (rev $rev) into $out"
$SHELL $fetcher --builder --url "$url" --out "$out" --rev "$rev" \
${leaveDotGit:+--leave-dotGit} \
${fetchLFS:+--fetch-lfs} \
${deepClone:+--deepClone} \
${fetchSubmodules:+--fetch-submodules} \
${branchName:+--branch-name "$branchName"}