Skip to content

Fix unstable git checksums

Chih-Hsuan Yen requested to merge yan12125/pacman:stable-git-checksums into master

Closes #131 (closed)

Some implementation notes:

  • I add codes to download_git, so that sanitization is always applied, not only during verifying checksums
  • Here I assume the cloned repo is bare. If there is custom $GITFLAGS, users need to make sure the repo is still bare (i.e., $GITFLAGS includes --mirror or --bare).

Merge request reports