Skip to content

speed up makepkg builds, permit GITFLAGS

solo turn requested to merge (removed):filter-blob-none into master

@allan as discussed here: !8 (closed) a variable.

the default to clone a repository when using makepkg is "--mirror", which often is fine. especially when working with hughe repositories, it would be cool to use different flags to clone to speed up the process. permit an environment variable GITFLAGS, to e.g. pass --filter=blob:none as flags for the git clone. this is without mirror, otherwise it cannot be cloned locally any more as makepkg tries to do.

Update scripts/libmakepkg/source/git.sh.in

Edited by solo turn

Merge request reports