mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-15 03:15:33 +00:00
add back the autocrlf config option in ./all - yes, had to
At least .gitattributes turns it off again on non-text files.
This commit is contained in:
parent
e0d2025eb1
commit
7a079c940d
2
all
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user