add back the autocrlf config option in ./all - yes, had to

At least .gitattributes turns it off again on non-text files.
This commit is contained in:
Rudolf Polzer 2010-07-21 11:04:49 +02:00
parent e0d2025eb1
commit 7a079c940d

2
all
View File

@ -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