From 21df0ecac63f9a51a9cf77f159ea3cc7893dac42 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 4 Aug 2021 20:13:22 -0400 Subject: [PATCH] Remove shallow=true for translate and utilities submodules Shallow submodules break normal fetching/pulling in confusing ways. --- .gitmodules | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 86c1f9fd8c..3bde5d3e74 100644 --- a/.gitmodules +++ b/.gitmodules @@ -44,8 +44,6 @@ [submodule "chrome/content/zotero/xpcom/utilities"] path = chrome/content/zotero/xpcom/utilities url = https://github.com/zotero/utilities.git - shallow = true [submodule "chrome/content/zotero/xpcom/translate"] path = chrome/content/zotero/xpcom/translate url = https://github.com/zotero/translate.git - shallow = true