On Fri, Mar 19, 2010 at 17:54, John Dlugosz <JDlugosz@xxxxxxxxxxxxxxxx> wrote: > git submodule update > > gives no output. > > git submodule status > > shows "-8441e..." which is the SHA1 of the version I expect I need. The '-' prefix indicates that the submodule isn't registered in your .git/config. You should have a 'submodule.$name.url' entry in the config (where $name is the name of the submodule as found in .gitmodule'). -- larsh -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html