Loading .shell/funcs +2 −2 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ update_worktree() local original=`git rev-parse HEAD` if git merge --ff --no-edit $upstream origin/master; then git submodule sync --recursive git submodule update --init --recursive ${GIT_JOBS} git submodule update --init --recursive --depth=1 ${GIT_JOBS} else git reset $original fi Loading @@ -103,7 +103,7 @@ update_repos() cd $worktree git submodule sync --recursive git submodule update --init --recursive ${GIT_JOBS} git submodule update --init --recursive --depth=1 ${GIT_JOBS} git submodule foreach --recursive ' setting="submodule.${name}.auto-update"; Loading Loading
.shell/funcs +2 −2 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ update_worktree() local original=`git rev-parse HEAD` if git merge --ff --no-edit $upstream origin/master; then git submodule sync --recursive git submodule update --init --recursive ${GIT_JOBS} git submodule update --init --recursive --depth=1 ${GIT_JOBS} else git reset $original fi Loading @@ -103,7 +103,7 @@ update_repos() cd $worktree git submodule sync --recursive git submodule update --init --recursive ${GIT_JOBS} git submodule update --init --recursive --depth=1 ${GIT_JOBS} git submodule foreach --recursive ' setting="submodule.${name}.auto-update"; Loading