X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=copy-gitattributes-to-branches.sh;h=cdb50ba6d50b308d99caa98d62a30a4215a29abe;hp=90b98ed413c8b5e7729b87286822a27f3bad0db3;hb=c9bc849a1eb42320042d0dea931c4dcc9859b9a0;hpb=e27b6944b15b7d1847011770d6393fb78f3d1efa diff --git a/copy-gitattributes-to-branches.sh b/copy-gitattributes-to-branches.sh index 90b98ed4..cdb50ba6 100755 --- a/copy-gitattributes-to-branches.sh +++ b/copy-gitattributes-to-branches.sh @@ -26,6 +26,7 @@ case "$1" in git update-index --refresh git commit -a -m"CRLF fixes, .gitattributes file updated" done + true ;; *) attr=`cat .gitattributes`