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
brew update will correct this to be on a stable tag, but picking master initially is not ideal because it means brew update will perform a downgrade and we don't test downgrades (but will accept fixes where there are issues). An example of an issue caused by a downgrade is #825.
Instead, short of a full stable-branch setup that brew update does, an initial detached tag checkout would be much better. Detached tag checkouts without a stable branch now work without downgrades since Homebrew/brew@2a02038.
The text was updated successfully, but these errors were encountered:
Currently we check out
master
when cloningHomebrew/brew
:install/install.sh
Line 933 in 3d2b88b
brew update
will correct this to be on a stable tag, but pickingmaster
initially is not ideal because it meansbrew update
will perform a downgrade and we don't test downgrades (but will accept fixes where there are issues). An example of an issue caused by a downgrade is #825.Instead, short of a full
stable
-branch setup thatbrew update
does, an initial detached tag checkout would be much better. Detached tag checkouts without astable
branch now work without downgrades since Homebrew/brew@2a02038.The text was updated successfully, but these errors were encountered: