Loading .shell/funcs +4 −1 Original line number Diff line number Diff line Loading @@ -86,8 +86,11 @@ update_repos() git worktree add -f $worktree --detach origin/master cd $worktree local numcpu=`lscpu -p|grep '^[^#]'|wc -l` git submodule sync --recursive git submodule update --init --recursive git submodule update --init --recursive \ -j $(((numcpu>1)?(numcpu-1):(numcpu))) git submodule foreach ' setting="submodule.${name}.auto-update"; Loading Loading
.shell/funcs +4 −1 Original line number Diff line number Diff line Loading @@ -86,8 +86,11 @@ update_repos() git worktree add -f $worktree --detach origin/master cd $worktree local numcpu=`lscpu -p|grep '^[^#]'|wc -l` git submodule sync --recursive git submodule update --init --recursive git submodule update --init --recursive \ -j $(((numcpu>1)?(numcpu-1):(numcpu))) git submodule foreach ' setting="submodule.${name}.auto-update"; Loading