Skip to content

Start adding types to Submodule, add py.typed to manifest #1282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 1, 2021
Prev Previous commit
Next Next commit
Merge branch 'main' into Yobmod/main
  • Loading branch information
Byron committed Jun 30, 2021
commit e5f2528071f2e1f43a02431c723a19929e68f157
2 changes: 1 addition & 1 deletion git/objects/submodule/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def _write_git_file_and_module_config(cls, working_tree_dir, module_abspath):

@classmethod
def add(cls, repo: 'Repo', name: str, path: PathLike, url: Union[str, None] = None,
branch=None, no_checkout: bool = False, depth=None, env=None
branch=None, no_checkout: bool = False, depth=None, env=None, clone_multi_options=None
) -> 'Submodule':
"""Add a new submodule to the given repository. This will alter the index
as well as the .gitmodules file, but will not create a new commit.
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.