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

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


The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
     new 777b32e6d8 Remove the recommendation for shallow clone. It does not 
work well when changing SHA1.
777b32e6d8 is described below

commit 777b32e6d84cc554090d312575c93a356176de56
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Tue Aug 22 19:30:43 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 4cc4938738..e9a9e64d06 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,3 @@
 [submodule "geoapi/snapshot"]
        path = geoapi/snapshot
        url = https://github.com/opengeospatial/geoapi
-       shallow = true
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