./all: do not touch autocrlf/safecrlf

This commit is contained in:
Jānis Rūcis 2010-05-29 16:37:00 +03:00
parent 1de9183d89
commit 06b6f98b2f

4
all
View File

@ -213,10 +213,6 @@ case "$cmd" in
enter "$d0/$d" verbose
verbose git config remote.origin.url "$url"
verbose git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
# TODO remove this line later
verbose git config core.autocrlf false
verbose git config core.safecrlf false # we don't NEED that...
r=`git symbolic-ref HEAD`
r=${r#refs/heads/}