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
When a git external points to a branch, manage_externals can say that you're in sync when really there have been changes on the remote that you haven't fetched yet (because we have decided that manage_externals should not do a fetch when you're asking for the status).
We should have manage_externals output a warning message when you ask for status and a git external points to a branch. For example, we could have some text at the bottom of the status output like:
************************************************************************
WARNING: The following git externals point to branches:
XXXXXX
To ensure that you are getting an accurate status report, make sure you
have fetched any updates made on the remote, by going into the
appropriate external directories and issuing a 'git fetch'.
************************************************************************
The text was updated successfully, but these errors were encountered:
When a git external points to a branch, manage_externals can say that you're in sync when really there have been changes on the remote that you haven't fetched yet (because we have decided that manage_externals should not do a fetch when you're asking for the status).
We should have manage_externals output a warning message when you ask for status and a git external points to a branch. For example, we could have some text at the bottom of the status output like:
The text was updated successfully, but these errors were encountered: