diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-12-02 15:40:01 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-12-02 15:40:51 +0000 |
commit | 691c8a8cef3b26a7f4734a6f7b69871a0ed726fd (patch) | |
tree | e7d8c379934181e24a2e1f7dd6a1192b7554ee9d /sync-all | |
parent | 56240c1dc913dcd5de729e5b597f36842b8e811d (diff) | |
download | haskell-691c8a8cef3b26a7f4734a6f7b69871a0ed726fd.tar.gz |
Don't get submodules when 'get'ing
Leave it to 'git submodule init/update'
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -300,6 +300,8 @@ sub scmall { $path = "$repo_base/$remotepath"; if ($command eq "get") { + next if $remotepath eq "-"; # "git submodule init/update" will get this later + # Skip any repositories we have not included the tag for if (not defined($tags{$tag})) { $tags{$tag} = 0; |