diff options
author | 2016-08-08 14:48:44 -0700 | |
---|---|---|
committer | 2016-08-08 14:48:44 -0700 | |
commit | dc7e09a3e0b1a06348a0b59da71ceefe08489e77 (patch) | |
tree | 67796886aac6a24fad48cf40462e4121120e3da4 | |
parent | Merge branch 'jk/parseopt-string-list' (diff) | |
parent | gitmodules: document shallow recommendation (diff) | |
download | tgif-dc7e09a3e0b1a06348a0b59da71ceefe08489e77.tar.xz |
Merge branch 'sb/submodule-recommend-shallowness'
Doc update.
* sb/submodule-recommend-shallowness:
gitmodules: document shallow recommendation
-rw-r--r-- | Documentation/gitmodules.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/gitmodules.txt b/Documentation/gitmodules.txt index 07cdd73ab2..0849d281bb 100644 --- a/Documentation/gitmodules.txt +++ b/Documentation/gitmodules.txt @@ -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 -------- |