hooks--pre-commit.sample: check chars for windows compatibility - #252
hooks--pre-commit.sample: check chars for windows compatibility#252dexteritas wants to merge 1 commit into
Conversation
… windows file name After the ASCII-check, test the windows compatibility of file names. Can be disabled by: git config hooks.allownonwindowschars true
|
I'm not sure whether you read https://github.com/git/git
Seems, they ask for following https://github.com/git/git/blob/master/Documentation/SubmittingPatches instead of creating a pull request. According to Preventing Pull Request in github, it is impossible to disable pull requests. - BTW: I am not a maintainer of this project, just an OSS guy interested in PRs not getting lost. See also #137 (comment). |
|
I just used SubmitGit to send the email. I coudn't use it earlier, because there is the requirement to be registered at least one day and I registered just yesterday. |
|
@dexteritas missing signoff. |
After the ASCII-check, test the windows compatibility of file names.
Can be disabled by:
git config hooks.allownonwindowschars true