Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
gitmodules: document shallow recommendation
author
Stefan Beller
<sbeller@google.com>
Tue, 2 Aug 2016 23:51:36 +0000
(16:51 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 3 Aug 2016 15:53:52 +0000
(08:53 -0700)
Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitmodules.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
abed000
)
diff --git
a/Documentation/gitmodules.txt
b/Documentation/gitmodules.txt
index ac70eca321cd1747e2916646c691ac18cb4dbd97..b97b331ad5cdc73bae238a5c57a7aa5c2d7a9d88 100644
(file)
--- 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
--------