gitmodules: document shallow recommendation

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Stefan Beller 2016-08-02 16:51:36 -07:00 committed by Junio C Hamano
parent abed000aca
commit f6fb30a01d

View file

@ -79,6 +79,11 @@ submodule.<name>.ignore::
"--ignore-submodule" option. The 'git submodule' commands are not
affected by this setting.
submodule.<name>.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
--------