There is already the "gnulib" submodule, so the ".gnulib" submodule
is
redundant. Moreover, it is not actually used by git, as its name starts
with dot (which is a configuration separator).
---
.gitmodules | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.gitmodules b/.gitmodules
index f42d9bc7..fb96af87 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,6 +4,3 @@
[submodule "common"]
path = common
url =
https://github.com/libguestfs/libguestfs-common
-[submodule ".gnulib"]
- path = .gnulib
- url =
https://git.savannah.gnu.org/git/gnulib.git
--
2.21.0