Staging
v0.8.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: befc5ed3799cb6fcbaa7de03e7fa1760e846853c authored by Junio C Hamano on 25 May 2012, 19:19:45 UTC
Git 1.7.11-rc0
Tip revision: befc5ed
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