You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
Git 1.7.10 changed the behavior of git merge and by extension git pull; non-fast-forward merges now always spawn the commit message editor. Most people will never see it because git pull will fast-forward when master hasn't diverged from upstream.
There is an environment variable we can export during brew update to suppress it.
@jacknagel I'm constantly bumping into this issue. Setting GIT_MERGE_AUTOEDIT just before the pull didn't seem to work either. The only solution which worked for me was: git config --add branch.master.mergeoptions --no-edit but I'm not sure whether this is wise...
Using git 1.7.10 and executing
brew update
, instead of just doing update, it opens up vi and asks me for a commit message,Is it me or just me?
The text was updated successfully, but these errors were encountered: