]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
./all: do not touch autocrlf/safecrlf
authorJānis Rūcis <parasti@gmail.com>
Sat, 29 May 2010 13:37:00 +0000 (16:37 +0300)
committerJānis Rūcis <parasti@gmail.com>
Sat, 29 May 2010 13:37:00 +0000 (16:37 +0300)
all

diff --git a/all b/all
index 60bb471e380ad244f7dd65ffbad1ec31fa41a0b1..40ba27bed6211c8a777a36358d4c24353859678a 100755 (executable)
--- 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/}