]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - all
also touch all files, to make git actually reread them
[xonotic/xonotic.git] / all
diff --git a/all b/all
index 933a51b6e78259583b56f9e06e2ca6ef1000d6e4..af5b22cb33cc411a57f7a72571da7867c834a6ce 100755 (executable)
--- a/all
+++ b/all
@@ -104,7 +104,7 @@ yesno()
 
 enter()
 {
-       $2 cd "$1"
+       $2 cd "$1" || exit 1
        check_mergeconflict "$1"
 }
 
@@ -199,6 +199,8 @@ case "$cmd" in
                                        verbose git config remote.origin.url "$url"
                                        verbose git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
 
+                                       verbose git config remote.origin.autocrlf input
+
                                        r=`git symbolic-ref HEAD`
                                        r=${r#refs/heads/}
                                        if git config branch.$r.remote >/dev/null 2>&1; then