Merge branch 'sb/submodule-recommend-shallowness'

Doc update.

* sb/submodule-recommend-shallowness:
  gitmodules: document shallow recommendation
This commit is contained in:
Junio C Hamano 2016-08-08 14:48:44 -07:00
commit dc7e09a3e0

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
--------