Merge pull request #9073 from blueyed/vim-patch-ff

vim-patch.sh: use --ff with git-pull
This commit is contained in:
James McCoy 2018-09-30 18:36:19 -04:00 committed by GitHub
commit e2647366c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ get_vim_sources() {
exit 1
fi
echo "Updating Vim sources: ${VIM_SOURCE_DIR}"
git pull &&
git pull --ff &&
msg_ok "Updated Vim sources." ||
msg_err "Could not update Vim sources; ignoring error."
fi