File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
against=4b825dc642cb6eb9a060e54bf8d69288fbee4904
16
16
fi
17
17
18
- # If you want to allow non-ascii filenames set this variable to true.
18
+ # If you want to allow non-ASCII filenames set this variable to true.
19
19
allownonascii=$( git config hooks.allownonascii)
20
20
21
21
# Redirect output to stderr.
22
22
exec 1>&2
23
23
24
- # Cross platform projects tend to avoid non-ascii filenames; prevent
24
+ # Cross platform projects tend to avoid non-ASCII filenames; prevent
25
25
# them from being added to the repository. We exploit the fact that the
26
26
# printable range starts at the space character and ends with tilde.
27
27
if [ " $allownonascii " != " true" ] &&
@@ -32,7 +32,7 @@ if [ "$allownonascii" != "true" ] &&
32
32
LC_ALL=C tr -d ' [ -~]\0' | wc -c) ! = 0
33
33
then
34
34
cat << \EOF
35
- Error: Attempt to add a non-ascii file name.
35
+ Error: Attempt to add a non-ASCII file name.
36
36
37
37
This can cause problems if you want to work with people on other platforms.
38
38
You can’t perform that action at this time.
0 commit comments