summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-08-03 07:58:19 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-08-03 07:58:19 +0000
commitaf1987f2cf92a51722ff34f920cccecb056f8364 (patch)
tree5f519222a8f9e93e5c9f60fede4c9fb5d943ce85 /git-clone.txt
parent63d080ab403badcd33351ee709a14632c13ce9aa (diff)
downloadgit-htmldocs-af1987f2cf92a51722ff34f920cccecb056f8364.tar.gz
Autogenerated HTML docs for v1.6.0-rc1-58-g807d8
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-clone.txt b/git-clone.txt
index 26fd1b111..0e14e732f 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -10,7 +10,7 @@ SYNOPSIS
--------
[verse]
'git clone' [--template=<template_directory>]
- [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare]
+ [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
[-o <name>] [-u <upload-pack>] [--reference <repository>]
[--depth <depth>] [--] <repository> [<directory>]
@@ -106,6 +106,9 @@ then the cloned repository will become corrupt.
used, neither remote-tracking branches nor the related
configuration variables are created.
+--mirror::
+ Set up a mirror of the remote repository. This implies --bare.
+
--origin <name>::
-o <name>::
Instead of using the remote name 'origin' to keep track