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
Update the git submodule check to just look at the first character in
each line of "git submodule status" output:
* If it's "-", then the submodule is missing (this check was already
there)
* If it's "+", then the locally-checked out hash is different than
what is expected by the submodule, so emit a warning (this check was
there, but was incorrect)
Signed-off-by: Jeff Squyres <[email protected]>
0 commit comments