githooks: skip checksum check for symlink
git will return the target of symlink instead of the content of the file it points to, which makes the checksum check fail. To fix this we skip checksum check if object is a symlink.
Showing
Please register or sign in to comment