I updated from master to local source code rep, based on this link: git: check if pull needed, and there was updated I needed to pull to my rep so I did using this :
git pull remote master
but now if I do :
git show-branch *master
I'm getting :
$ git show-branch *master
* [master] Change references to Component::OnSetAttribute() to Serializable::OnSetAttribute() as the Component overload no longer exists.
! [refs/remotes/origin/master] Change references to Component::OnSetAttribute() to Serializable::OnSetAttribute() as the Component overload no longer exists.
--
*+ [master] Change references to Component::OnSetAttribute() to Serializable::OnSetAttribute() as the Component overload no longer exists.
what does it means :Component overload no longer exists
and what should I do to fix it ?