From: Rudolf Polzer Date: Wed, 21 Jul 2010 09:04:49 +0000 (+0200) Subject: add back the autocrlf config option in ./all - yes, had to X-Git-Tag: xonotic-v0.1.0preview~351 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=7a079c940d6943f471446ef92a77381257099332;ds=sidebyside add back the autocrlf config option in ./all - yes, had to At least .gitattributes turns it off again on non-text files. --- diff --git a/all b/all index 5f70b4a2..af5b22cb 100755 --- a/all +++ b/all @@ -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