mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-15 03:15:33 +00:00
./all: do not touch autocrlf/safecrlf
This commit is contained in:
parent
1de9183d89
commit
06b6f98b2f
4
all
4
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/}
|
||||
|
Loading…
Reference in New Issue
Block a user