Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend sample pre-commit hook to check for non ascii filenames
At the moment non-ascii encodings of filenames are not portably converted between different filesystems by git. This will most likely change in the future but to allow repositories to be portable among different file/operating systems this check is enabled by default. Signed-off-by: Heiko Voigt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
- Loading branch information