I am working on a GIT repository (called A here). It includes a submodule (called B here). When clone a new copy of A by
git clone --recursive <repository url for A>
A and B are cloned, but the version of B is out-of-date! No matter how I updated it by
git submodule update
When I cloned only B, it is up-to-date.
What is wrong? My git version is git version 1.7.7.5 (Apple Git-26), and my repository is on bitbucket.