From c3e1aa343a0451cd8ab764cdb64b9958ff782884 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 22 May 2024 18:01:39 +0100 Subject: git.sh: merge patch_submodules in prep_submodules Signed-off-by: Leah Rowe --- include/git.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include') diff --git a/include/git.sh b/include/git.sh index 9809f377..26720757 100755 --- a/include/git.sh +++ b/include/git.sh @@ -118,11 +118,6 @@ prep_submodules() [ ! -f "$tmpgit/.gitmodules" ] || git -C "$tmpgit" submodule \ update --init --checkout || $err "git_prep $1: !submod" - patch_submodules -} - -patch_submodules() -{ mdir="${PWD}/config/submodule/$project" [ -n "$tree" ] && mdir="$mdir/$tree" -- cgit v1.2.1