From 7a079c940d6943f471446ef92a77381257099332 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Wed, 21 Jul 2010 11:04:49 +0200 Subject: [PATCH] add back the autocrlf config option in ./all - yes, had to At least .gitattributes turns it off again on non-text files. --- all | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2