Skip to content

Commit

Permalink
fix(git): Don't recursively fetch Upstream Tesseract's Git submodules
Browse files Browse the repository at this point in the history
To reduce storage usage.

Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Sep 15, 2024
1 parent 664415b commit 0616144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0616144

Please sign in to comment.