24 Dec
2013
24 Dec
'13
9:12 p.m.
On Tue, Dec 24, 2013 at 3:16 PM, Rene Rivera
Does anyone know of a way to do a submodule update and clone that only fetches a specific SHA? In particular the SHA referenced in the superproject?
Isn't that what git submodule update does if you give it a path to the submodule? Assuming the super-project is on branch master, of course. So for Boost.Timer, do: cd modular-boost # if needed git checkout master # if needed git submodule update libs/timer Or did I misunderstand your question? --Beman