From: Junio C Hamano Date: Sun, 3 Aug 2008 07:58:19 +0000 (+0000) Subject: Autogenerated HTML docs for v1.6.0-rc1-58-g807d8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af1987f2cf92a51722ff34f920cccecb056f8364;p=git.git Autogenerated HTML docs for v1.6.0-rc1-58-g807d8 --- diff --git a/git-clone.html b/git-clone.html index bcca160e9..18bac2e46 100644 --- a/git-clone.html +++ b/git-clone.html @@ -322,7 +322,7 @@ git-clone(1) Manual Page
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>]
@@ -455,6 +455,14 @@ then the cloned repository will become corrupt.

+--mirror +
+
+

+ Set up a mirror of the remote repository. This implies --bare. +

+
+
--origin <name>
@@ -715,7 +723,7 @@ Create a repository on the kernel.org machine that borrows from Linus 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=] - [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] + [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror] [-o ] [-u ] [--reference ] [--depth ] [--] [] @@ -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 :: -o :: Instead of using the remote name 'origin' to keep track diff --git a/git-name-rev.html b/git-name-rev.html index 456e87cae..78342c53c 100644 --- a/git-name-rev.html +++ b/git-name-rev.html @@ -373,8 +373,7 @@ format parsable by git-rev-parse.

Instead of printing both the SHA-1 and the name, print only the name. If given with --tags the usual tag prefix of "tags/" is also omitted from the name, matching the output - of git-describe more closely. This option - cannot be combined with --stdin. + of git-describe more closely.

@@ -429,7 +428,7 @@ not the context.

diff --git a/git-name-rev.txt b/git-name-rev.txt index 6e77ab135..abd2237e5 100644 --- a/git-name-rev.txt +++ b/git-name-rev.txt @@ -38,8 +38,7 @@ OPTIONS Instead of printing both the SHA-1 and the name, print only the name. If given with --tags the usual tag prefix of "tags/" is also omitted from the name, matching the output - of 'git-describe' more closely. This option - cannot be combined with --stdin. + of `git-describe` more closely. --no-undefined:: Die with error code != 0 when a reference is undefined, diff --git a/git.html b/git.html index ad11a4eb3..739832f72 100644 --- a/git.html +++ b/git.html @@ -2014,7 +2014,7 @@ contributors on the git-list <git@vger.kernel.org>.

SEE ALSO

@@ -2024,7 +2024,7 @@ contributors on the git-list <git@vger.kernel.org>.

diff --git a/git.txt b/git.txt index 44ea35e94..3da5bf050 100644 --- a/git.txt +++ b/git.txt @@ -602,7 +602,7 @@ contributors on the git-list . SEE ALSO -------- linkgit:gittutorial[7], linkgit:gittutorial-2[7], -linkgit:everyday[7], linkgit:gitcvs-migration[7], +link:everyday.html[Everyday Git], linkgit:gitcvs-migration[7], linkgit:gitglossary[7], linkgit:gitcore-tutorial[7], linkgit:gitcli[7], link:user-manual.html[The Git User's Manual]