Skip to content
  • Natanael Copa's avatar
    githooks: skip checksum check for symlink · 54714202
    Natanael Copa authored
    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.
    54714202