Skip to content

Commit 059b793

Browse files
author
Jared Murrell
committed
added comment
1 parent 14d1385 commit 059b793

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

svn2github.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ fi
1111
_welcome
1212
_setup
1313
_svn_sizer
14+
## Process submodules
1415
if [[ ${ENABLE_SUBMODULES} ]]
1516
then
1617
_discover_submodules
@@ -24,7 +25,7 @@ _git_svn_clone
2425
git config http.sslVerify false
2526
_prepare_github
2627
_migrate_trunk
27-
_add_git_submodules
28+
[[ ${ENABLE_SUBMODULES} ]] && _add_git_submodules
2829
_migrate_tags
2930
_migrate_branches
3031
)

0 commit comments

Comments
 (0)