also add the attributes file

This commit is contained in:
Rudolf Polzer 2010-07-21 10:47:39 +02:00
parent 6b94755796
commit c69c948d1e

View File

@ -24,6 +24,7 @@ case "$1" in
git reset --hard "$REFNAME"
echo "$attr" > "${me%/*}/.gitattributes"
git update-index --refresh
git add .gitattributes
git commit -a -m"CRLF fixes, .gitattributes file updated"
done
git checkout master