Commit 64be954d authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Increase the submodule clone depth

parent 548c0518
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,7 +96,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 --depth=1 ${GIT_JOBS}
		git submodule update --init --recursive --depth=10 ${GIT_JOBS}
		foreach_submodule check_submodule
	else
		git reset $original