mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-31 10:41:34 +00:00
possibly fix one error
This commit is contained in:
parent
1060169596
commit
46943d9e3b
2
all
2
all
@ -309,7 +309,7 @@ fix_git_config()
|
||||
fi
|
||||
verbose git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
|
||||
verbose git config core.autocrlf input
|
||||
if [ -z "`git config push.default`" ]; then
|
||||
if [ -z "`git config push.default || true`" ]; then
|
||||
verbose git config push.default current # or is tracking better?
|
||||
fi
|
||||
git config filter.mapclean.clean "grep ^[^/]"
|
||||
|
Loading…
Reference in New Issue
Block a user