gitmodules: document shallow recommendation
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
abed000aca
commit
f6fb30a01d
|
@ -79,6 +79,11 @@ submodule.<name>.ignore::
|
||||||
"--ignore-submodule" option. The 'git submodule' commands are not
|
"--ignore-submodule" option. The 'git submodule' commands are not
|
||||||
affected by this setting.
|
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
|
EXAMPLES
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Reference in New Issue