possibly fix one error

This commit is contained in:
Rudolf Polzer 2010-10-21 20:22:10 +02:00
parent 1060169596
commit 46943d9e3b

2
all
View File

@ -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 ^[^/]"