Merge branch 'sb/submodule-recommend-shallowness'

Doc update.

* sb/submodule-recommend-shallowness:
  gitmodules: document shallow recommendation
maint
Junio C Hamano 2016-08-08 14:48:44 -07:00
commit dc7e09a3e0
1 changed files with 5 additions and 0 deletions

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