Sign in
code
/
git
/
4a7bb5ba950f08d1e46c4bd2e8b1c903b4d024c8
/
.
/
t
/
lib-prereq-FILEMODE.sh
blob: bce5a4c8bdd7fafbdeb8ba98444b875909e80858 [
file
]
#!/bin/sh
#
# Copyright (c) 2010 Ævar Arnfjörð Bjarmason
#
if
test
"$(git config --bool core.filemode)"
=
false
then
say
'filemode disabled on the filesystem'
else
test_set_prereq FILEMODE
fi