summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-12-05 01:11:46 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-12-05 01:11:46 +0000
commita20b40767b5186ae2b96b221016b4034f7d58751 (patch)
tree30b904dbc1e3454775990a77d0ed4caca7cce8d8 /git-clone.txt
parent735a4f7eff2a5d1efa0032c975f48bcfb3129d43 (diff)
downloadgit-htmldocs-a20b40767b5186ae2b96b221016b4034f7d58751.tar.gz
Autogenerated HTML docs for v1.4.4.1-gba98
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-clone.txt b/git-clone.txt
index 4cb42237b..d5efa00de 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -11,7 +11,7 @@ SYNOPSIS
[verse]
'git-clone' [--template=<template_directory>] [-l [-s]] [-q] [-n] [--bare]
[-o <name>] [-u <upload-pack>] [--reference <repository>]
- [--use-separate-remote | --use-immingled-remote] <repository>
+ [--use-separate-remote | --no-separate-remote] <repository>
[<directory>]
DESCRIPTION
@@ -105,7 +105,7 @@ OPTIONS
of `$GIT_DIR/refs/heads/`. Only the local master branch is
saved in the latter. This is the default.
---use-immingled-remote::
+--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