projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'js/configurable-tab' into next
[git]
/
t
/
lib-prereq-FILEMODE.sh
1
#!/bin/sh
2
#
3
# Copyright (c) 2010 Ævar Arnfjörð Bjarmason
4
#
5
6
if test "$(git config --bool core.filemode)" = false
7
then
8
say 'filemode disabled on the filesystem'
9
else
10
test_set_prereq FILEMODE
11
fi