]> git.ipfire.org Git - thirdparty/git.git/blame - t/lib-prereq-FILEMODE.sh
Merge branch 'jk/complete-commit-c' into maint
[thirdparty/git.git] / t / lib-prereq-FILEMODE.sh
CommitLineData
535d9742
ÆAB
1#!/bin/sh
2#
3# Copyright (c) 2010 Ævar Arnfjörð Bjarmason
4#
5
6if test "$(git config --bool core.filemode)" = false
7then
8 say 'filemode disabled on the filesystem'
9else
10 test_set_prereq FILEMODE
11fi