]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
add back the autocrlf config option in ./all - yes, had to
authorRudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 09:04:49 +0000 (11:04 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 09:04:49 +0000 (11:04 +0200)
At least .gitattributes turns it off again on non-text files.

all

diff --git a/all b/all
index 5f70b4a25a3147987a8918d73a9d56896c9cfaa5..af5b22cb33cc411a57f7a72571da7867c834a6ce 100755 (executable)
--- 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