summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-12-21 02:25:57 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-12-21 02:25:57 +0000
commit4bf6dca5740a97dca7ed3a80bcae9fd983881bb6 (patch)
treef9cbbc92b3fce977c3cf31552bc0a42a1e906d05 /git-clone.txt
parent52401ef95b10bdca548a3fb8f18743b27368ab25 (diff)
downloadgit-htmldocs-4bf6dca5740a97dca7ed3a80bcae9fd983881bb6.tar.gz
Autogenerated HTML docs for v1.4.4.3-gc902c
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt15
1 files changed, 1 insertions, 14 deletions
diff --git a/git-clone.txt b/git-clone.txt
index bfddb21fe..874934a33 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -11,8 +11,7 @@ SYNOPSIS
[verse]
'git-clone' [--template=<template_directory>] [-l [-s]] [-q] [-n] [--bare]
[-o <name>] [-u <upload-pack>] [--reference <repository>]
- [--use-separate-remote | --no-separate-remote] <repository>
- [<directory>]
+ <repository> [<directory>]
DESCRIPTION
-----------
@@ -99,18 +98,6 @@ OPTIONS
if unset the templates are taken from the installation
defined default, typically `/usr/share/git-core/templates`.
---use-separate-remote::
- Save remotes heads under `$GIT_DIR/refs/remotes/origin/` instead
- of `$GIT_DIR/refs/heads/`. Only the local master branch is
- saved in the latter. This is the default.
-
---no-separate-remote::
- Save remotes heads in the same namespace as the local
- heads, `$GIT_DIR/refs/heads/'. In regular repositories,
- this is a legacy setup git-clone created by default in
- older Git versions, and will be removed before the next
- major release.
-
<repository>::
The (possibly remote) repository to clone from. It can
be any URL git-fetch supports.