From: Jānis Rūcis Date: Sat, 29 May 2010 13:37:00 +0000 (+0300) Subject: ./all: do not touch autocrlf/safecrlf X-Git-Tag: xonotic-v0.1.0preview~439 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=06b6f98b2f7a541485cc99086960b2e8eabb791d ./all: do not touch autocrlf/safecrlf --- diff --git a/all b/all index 60bb471e..40ba27be 100755 --- a/all +++ b/all @@ -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/}