Commit 81da77e1 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Increase the submodule pull depth to 100

parent 24c2d86a
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=10 ${GIT_JOBS}
		git submodule update --init --recursive --depth=100 ${GIT_JOBS}
		foreach_submodule check_submodule
	else
		git reset $original