This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a commit to branch geoapi-3.1
in repository https://gitbox.apache.org/repos/asf/sis.git

commit b0713f3f6ea3a371b09d3dda14625e1ab5d00ebc
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Sat Aug 26 11:29:17 2023 +0200

    Remove the recommendation for shallow clone.
    It does not work well when changing SHA1.
---
 .gitmodules      | 1 -
 geoapi/README.md | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index da7128d0c9..aab14f3c0b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,5 +1,4 @@
 [submodule "geoapi/snapshot"]
        path = geoapi/snapshot
        url = https://github.com/opengeospatial/geoapi
-       shallow = true
        branch = 3.1.x
diff --git a/geoapi/README.md b/geoapi/README.md
index 95096d4d2c..414fbf5602 100644
--- a/geoapi/README.md
+++ b/geoapi/README.md
@@ -16,7 +16,7 @@ The commit SHA1 is updated when needed for keeping Apache SIS 
`geoapi-xxx` branc
 Following command should be executed once after a fresh checkout of SIS 
`geoapi-3.1` or `geoapi-4.0` branch:
 
 ```bash
-git submodule update --init --recommend-shallow
+git submodule update --init
 ```
 
 Following command should be used for pulling changes from Apache SIS Git 
repository.

Reply via email to