Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 6acef043581d69597860f3343ec2691c72b0803c authored by Junio C Hamano on 31 March 2011, 20:58:16 UTC
Git 1.7.5-rc0
Tip revision: 6acef04
lib-prereq-FILEMODE.sh
#!/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
back to top