Fwd: Re: [PATCH] hooks--pre-commit.sample: check for chars, that are not allowed for a windows file name

2016-06-17 Thread dex teritas
Am 15.06.2016 um 19:54 schrieb Junio C Hamano: > > dexteritas writes: >> >> After the ASCII-check, test the windows compatibility of file names. >> Can be disabled by: git config hooks.allownonwindowschars true --- > > Missing sign off. Will be there next time. >> >>

Re: [PATCH] hooks--pre-commit.sample: check for chars, that are not allowed for a windows file name

2016-06-17 Thread dex teritas
Am 15.06.2016 um 13:15 schrieb Thomas Braun: > Am 15.06.2016 um 10:02 schrieb dexteritas: >> After the ASCII-check, test the windows compatibility of file names. >> Can be disabled by: >> git config hooks.allownonwindowschars true >> --- >> templates/hooks--pre-commit.sample | 22