repo.or.cz
/
git
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
t5800: point out that deleting branches does not work
[git/dscho.git]
/
t
/
lib-prereq-FILEMODE.sh
blob
bce5a4c8bdd7fafbdeb8ba98444b875909e80858
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