Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 397 Bytes

File metadata and controls

15 lines (12 loc) · 397 Bytes

Installation

Copy the file pre-commit to .git/hooks and make it executable.

By executing

git config hooks.enforcecompatiblefilenames true

you can then enable the hook.

Testing

Clone the repository and execute ./test-hook.sh

Limitation

The maximum absolute file path can not be reliable enforced as the path length leading to the repository root is unknown for other clients.