X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-clone.txt;h=42e7021215563f146a66d14e1b642d4dbe55bfaf;hb=106e3afa6f2d54ea520f9f156abca34913ae4968;hp=23203829cf35e9b65ef6b4a44786bce7300e3e5a;hpb=ed8298dc34234a55fc0e90e5ae284ae5f572a436;p=git.git diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt index 23203829c..42e702121 100644 --- a/Documentation/git-clone.txt +++ b/Documentation/git-clone.txt @@ -12,7 +12,8 @@ SYNOPSIS 'git clone' [--template=] [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror] [-o ] [-b ] [-u ] [--reference ] - [--depth ] [--recursive] [--] [] + [--depth ] [--recursive|--recurse-submodules] [--] + [] DESCRIPTION ----------- @@ -167,6 +168,7 @@ objects from the source repository into a pack in the cloned repository. as patches. --recursive:: +--recurse-submodules:: After the clone is created, initialize all submodules within, using their default settings. This is equivalent to running `git submodule update --init --recursive` immediately after