Thread (8 messages) flat view 8 messages, 3 authors, 2016-06-15

Re: [PATCH 1/3] git-submodule - Follow top-level remote on init/update/clone

From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:44:13

Hi,

On Mon, 11 Feb 2008, Mark Levedahl wrote:
Johannes Schindelin wrote:
quoted
quoted
@@ -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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help