On Tue, Nov 16, 2010 at 12:19 PM, Chris Browet <[email protected]> wrote: > > There is something I don't understand, though... I cloned pbf2osm which has > OSM-binary as submodule. > When I do a "git submodule init" + "git submodule update" as instructed, I > get the .proto dated sep 15th (thus without the "package") > > There must be some magic in git submodules that evades me...
Git submodules are different from svn externals in that git submodules refer to a specific commit in the submodule rather than whatever is the latest in the branch. -- Jeff Ollie _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

