Skip to content
  • Brad King's avatar
    pre-commit: Check file modes · 7827726e
    Brad King authored
    Check new files and files whose mode changes to verify that each file
    mode matches the content of the file.  The mode of a file must be
    executable if and only if the file looks executable (name ends in a
    Windows executable extension or content starts with a shebang line).
    7827726e