X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=bf6dfb9856c062e4f2f5af9827abf4bbdcc5d1e1;hp=4df3b9a1179b8f8c647aca7a32dbccb22d59b04c;hb=3413c77de63c2460642ccd31b55b485b39f9df33;hpb=5065d9479104ea447dcd45e04e732ed167c15af0 diff --git a/all b/all index 4df3b9a1..bf6dfb98 100755 --- a/all +++ b/all @@ -156,6 +156,9 @@ case "$cmd" in verbose git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" # TODO remove this line later + git config core.autocrlf input + git config core.safecrlf true + r=`git symbolic-ref HEAD` r=${r#refs/heads/} if git config branch.$r.remote >/dev/null 2>&1; then