From: Rudolf Polzer Date: Wed, 21 Jul 2010 08:34:06 +0000 (+0200) Subject: checkout master again X-Git-Tag: xonotic-v0.1.0preview~355 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=6b94755796296e5edbdf79ffb1bf937d240c4435 checkout master again --- diff --git a/copy-gitattributes-to-branches.sh b/copy-gitattributes-to-branches.sh index cdb50ba6..03c4d2b0 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 + git checkout master true ;; *)