From 0d1c01d167537938f0f1d41a795fd28144bd4ccc Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 25 Jan 2006 04:37:52 -0800 Subject: [PATCH] Autogenerated man pages for v1.1.4-g9264 --- man1/git-clone.1 | 12 ++++++------ man1/git-fetch.1 | 4 ++++ man1/git-pull.1 | 4 ++++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/man1/git-clone.1 b/man1/git-clone.1 index bd5dee9ea..3c58e9abc 100755 --- a/man1/git-clone.1 +++ b/man1/git-clone.1 @@ -23,7 +23,7 @@ git-clone \- Clones a repository. .SH "SYNOPSIS" .nf -git\-clone [\-l [\-s]] [\-q] [\-n] [\-\-naked] [\-o ] [\-u ] +git\-clone [\-l [\-s]] [\-q] [\-n] [\-\-bare] [\-o ] [\-u ] [] .fi @@ -61,8 +61,8 @@ Operate quietly\&. This flag is passed to "rsync" and "git\-clone\-pack" command No checkout of HEAD is performed after the clone is complete\&. .TP -\-\-naked -Make a naked GIT repository\&. That is, instead of creating and placing the administrative files in /\&.git, make the itself the $GIT_DIR\&. This implies \-n option\&. +\-\-bare +Make a bare GIT repository\&. That is, instead of creating and placing the administrative files in /\&.git, make the itself the $GIT_DIR\&. This implies \-n option\&. When this option is used, neither the origin branch nor the default remotes/origin file is created\&. .TP \-o @@ -97,15 +97,15 @@ $ git clone \-l \-s \-n \&. \&.\&./copy $ cd copy $ git show\-branch .TP -Create a naked repository to publish your changes to the public +Create a bare repository to publish your changes to the public .IP -$ git clone \-\-naked \-l /home/proj/\&.git /pub/scm/proj\&.git +$ git clone \-\-bare \-l /home/proj/\&.git /pub/scm/proj\&.git .TP Create a repository on the kernel\&.org machine that borrows from Linus .IP -$ git clone \-\-naked \-l \-s /pub/scm/\&.\&.\&./torvalds/linux\-2\&.6\&.git \\ +$ git clone \-\-bare \-l \-s /pub/scm/\&.\&.\&./torvalds/linux\-2\&.6\&.git \\ /pub/scm/\&.\&.\&./me/subsys\-2\&.6\&.git .SH "AUTHOR" diff --git a/man1/git-fetch.1 b/man1/git-fetch.1 index ab22ec782..93c4351d2 100755 --- a/man1/git-fetch.1 +++ b/man1/git-fetch.1 @@ -39,6 +39,10 @@ The ref names and their object names of fetched refs are stored in \&.git/FETCH_ \-a, \-\-append Append ref names and object names of fetched refs to the existing contents of \&.git/FETCH_HEAD\&. Without this option old data in \&.git/FETCH_HEAD will be overwritten\&. +.TP +\-\-upload\-pack , \-u , +When given, and the repository to fetch from is handled by git\-fetch\-pack, \-\-exec= is passed to the command to specify non\-default path for the command run on the other end\&. + .TP \-f, \-\-force When git\-fetch is used with : refspec, it refuses to update the local branch unless the remote branch it fetches is a descendant of \&. This option overrides that check\&. diff --git a/man1/git-pull.1 b/man1/git-pull.1 index 989b34d19..5c7e6bccb 100755 --- a/man1/git-pull.1 +++ b/man1/git-pull.1 @@ -51,6 +51,10 @@ Use the given merge strategy; can be supplied more than once to specify them in \-a, \-\-append Append ref names and object names of fetched refs to the existing contents of \&.git/FETCH_HEAD\&. Without this option old data in \&.git/FETCH_HEAD will be overwritten\&. +.TP +\-\-upload\-pack , \-u , +When given, and the repository to fetch from is handled by git\-fetch\-pack, \-\-exec= is passed to the command to specify non\-default path for the command run on the other end\&. + .TP \-f, \-\-force When git\-fetch is used with : refspec, it refuses to update the local branch unless the remote branch it fetches is a descendant of \&. This option overrides that check\&. -- 2.26.2