blob: 8668c07c9d071042f8bd7bf13395bd36beb71a4a [file] [log] [blame]
if [ -n "$(git status --porcelain)" ]; then
echo 'warning: source tree contains uncommitted changes; .gitignore patterns may need to be fixed'
git status
false
fi