Lines Matching full:submodule
22 git/objects/submodule/base.py | 19 ++++++----
147 diff --git a/git/objects/submodule/base.py b/git/objects/submodule/base.py
149 --- a/git/objects/submodule/base.py
150 +++ b/git/objects/submodule/base.py
151 @@ -264,7 +264,8 @@ class Submodule(IndexObject, TraversableIterableObj):
161 @@ -281,7 +282,8 @@ class Submodule(IndexObject, TraversableIterableObj):
171 @@ -338,8 +340,8 @@ class Submodule(IndexObject, TraversableIterableObj):
176 - ) -> 'Submodule':
178 … allow_unsafe_options: bool = False, allow_unsafe_protocols: bool = False,) -> 'Submodule':
179 """Add a new submodule to the given repository. This will alter the index
181 If the submodule already exists, no matter if the configuration differs
182 @@ -447,7 +449,8 @@ class Submodule(IndexObject, TraversableIterableObj):
192 @@ -484,7 +487,8 @@ class Submodule(IndexObject, TraversableIterableObj):
196 - clone_multi_options: Union[Sequence[TBD], None] = None) -> 'Submodule':
198 + allow_unsafe_protocols: bool = False) -> 'Submodule':
199 """Update the repository of this submodule to point to the checkout
202 @@ -585,7 +589,8 @@ class Submodule(IndexObject, TraversableIterableObj):
390 from git.objects import Submodule, RootModule, Commit
448 '--recurse-submodule=repo1_path', '--recurse-submodule=repo2_path']