summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-12-01 03:09:23 +0000
committerJunio C Hamano <junio@kernel.org>2010-12-01 03:09:23 +0000
commited69a7415076fcb4dbebd7d4ecdbf32621b1a246 (patch)
tree43999623551eb410aefa91ea2f7c424add86079a /git-clone.txt
parent97bcb48c6f2fa3ff8c49372fb6057ebd66b78537 (diff)
downloadgit-htmldocs-ed69a7415076fcb4dbebd7d4ecdbf32621b1a246.tar.gz
Autogenerated HTML docs for v1.7.3.2-430-g208247
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-clone.txt b/git-clone.txt
index 23203829c..42e702121 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -12,7 +12,8 @@ SYNOPSIS
'git clone' [--template=<template_directory>]
[-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
[-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
- [--depth <depth>] [--recursive] [--] <repository> [<directory>]
+ [--depth <depth>] [--recursive|--recurse-submodules] [--] <repository>
+ [<directory>]
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