Hi, On Mon, 11 Feb 2008, Mark Levedahl wrote: > Johannes Schindelin wrote: > > > > @@ -107,7 +112,7 @@ module_clone() > > > test -e "$path" && > > > die "A file already exist at path '$path'" > > > - git-clone -n "$url" "$path" || > > > + git-clone -n -o "$remote" "$url" "$path" || > > > die "Clone of '$url' into submodule path '$path' failed" > > > } > > > > > > > If you do _that_, you will _force_ the submodule to have no "origin" > > remote. As discussed _at length_, this is not what you should do. > > The only reason to use "-o <other-nick-name>" is if you plan _not_ to > > use the same URL for the default remote. > > This *must* define the remote using the same name as flowed down from > top-level, whatever that name is. At this point, I give up my review in despair, Dscho - 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