X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=all;h=bf6dfb9856c062e4f2f5af9827abf4bbdcc5d1e1;hp=57d92453a1d1e89e0536081087b16d696a34bdef;hb=3413c77de63c2460642ccd31b55b485b39f9df33;hpb=0a079af1661b84bb6d52e06253b3de8f164ac0eb diff --git a/all b/all index 57d92453..bf6dfb98 100755 --- a/all +++ b/all @@ -153,7 +153,11 @@ case "$cmd" in fi ;; esac - verbose git config remote.origin.fetch "refs/heads/*:refs/remotes/origin/*" + 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/}