]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - copy-gitattributes-to-branches.sh
checkout master again
[xonotic/xonotic.git] / copy-gitattributes-to-branches.sh
index 90b98ed413c8b5e7729b87286822a27f3bad0db3..03c4d2b0e35223477e77a756b9c0290d5c94430e 100755 (executable)
@@ -26,6 +26,8 @@ case "$1" in
                        git update-index --refresh
                        git commit -a -m"CRLF fixes, .gitattributes file updated"
                done
                        git update-index --refresh
                        git commit -a -m"CRLF fixes, .gitattributes file updated"
                done
+               git checkout master
+               true
                ;;
        *)
                attr=`cat .gitattributes`
                ;;
        *)
                attr=`cat .gitattributes`