From f6fb30a01d2373f36cbf2054be9ae1bf65475794 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Tue, 2 Aug 2016 16:51:36 -0700 Subject: gitmodules: document shallow recommendation Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano --- Documentation/gitmodules.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Documentation/gitmodules.txt') diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt index ac70eca321..b97b331ad5 100644 --- a/Documentation/gitmodules.txt +++ b/Documentation/gitmodules.txt @@ -79,6 +79,11 @@ submodule..ignore:: "--ignore-submodule" option. The 'git submodule' commands are not affected by this setting. +submodule..shallow:: + When set to true, a clone of this submodule will be performed as a + shallow clone unless the user explicitely asks for a non-shallow + clone. + EXAMPLES -------- -- cgit v1.2.1