Skip to content

makepkg: fix git checksumming depends on user config

lilydjwg lilydjwg requested to merge lilydjwg/pacman:master into master

The git config tar.umask can be set by the user and affects the file permissions inside generated tarball, making the checksum different. Let's explicitly set it to the default.

Merge request reports