projects
/
xonotic
/
xonotic.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into divVerent/crypto2
[xonotic/xonotic.git]
/
check-gitattributes.sh
diff --git
a/check-gitattributes.sh
b/check-gitattributes.sh
index
d3c540f
..
6a35c4c
100755
(executable)
--- a/
check-gitattributes.sh
+++ b/
check-gitattributes.sh
@@
-9,7
+9,7
@@
ISTEXT=" crlf=input"
LF="
"
eol=`cat .gitattributes`
-find . -
type f
| {
+find . -
name .git -prune -o \( -type f -print \)
| {
unseen=`echo "$eol" | cut -d ' ' -f 1 | grep .`
neweol=
while IFS= read -r LINE; do