Browse Source

gitmodules: document shallow recommendation

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Stefan Beller 9 years ago committed by Junio C Hamano
parent
commit
f6fb30a01d
  1. 5
      Documentation/gitmodules.txt

5
Documentation/gitmodules.txt

@ -79,6 +79,11 @@ submodule.<name>.ignore:: @@ -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
--------

Loading…
Cancel
Save