From 06161441ff5f0bbb5d2b6f2a0a1dbcc8f99b397f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Sun, 15 Sep 2024 19:03:51 +0800 Subject: [PATCH] fix(git): Don't recursively fetch Upstream Tesseract's Git submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To reduce storage usage. Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 5220822..88daeab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,6 +19,7 @@ path = Tesseract Open Source OCR Engine (main repository) url = https://github.com/tesseract-ocr/tesseract.git ignore = dirty + fetchRecurseSubmodules = false [submodule "Snap packaging for the Tesseract application"] path = Snap packaging for the Tesseract application url = https://github.com/brlin-tw/tesseract-snap.git