Am 8/18/2010 12:01, schrieb David Aguilar: > @@ -840,9 +840,10 @@ cmd_sync() > then > ( > clear_local_git_env > + say "Synchronizing submodule url for '$name'" > + git config submodule."$name".url "$url" This git config applies to the super module, right? As such, shouldn't it happen before you clear_local_git_env? > cd "$path" > remote=$(get_default_remote) > - say "Synchronizing submodule url for '$name'" > git config remote."$remote".url "$url" > ) -- Hannes -- 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