Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lib-prereq-FILEMODE.sh « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bce5a4c8bdd7fafbdeb8ba98444b875909e80858 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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