Autogenerated man pages for v1.1.4-g9264
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 25 Jan 2006 12:37:52 +0000 (04:37 -0800)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 25 Jan 2006 12:37:52 +0000 (04:37 -0800)
man1/git-clone.1
man1/git-fetch.1
man1/git-pull.1

index bd5dee9ea708993d6fb8ad1e785702ae60e942c0..3c58e9abc5bbca0b5167783357c979e1bac39f16 100755 (executable)
@@ -23,7 +23,7 @@ git-clone \- Clones a repository.
 .SH "SYNOPSIS"
 
 .nf
-git\-clone [\-l [\-s]] [\-q] [\-n] [\-\-naked] [\-o <name>] [\-u <upload\-pack>]
+git\-clone [\-l [\-s]] [\-q] [\-n] [\-\-bare] [\-o <name>] [\-u <upload\-pack>]
           <repository> [<directory>]
 .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 <directory> and placing the administrative files in <directory>/\&.git, make the <directory> itself the $GIT_DIR\&. This implies \-n option\&.
+\-\-bare
+Make a bare GIT repository\&. That is, instead of creating <directory> and placing the administrative files in <directory>/\&.git, make the <directory> 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 <name>
@@ -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"
 
index ab22ec78269e7ad508a6498a386ef5e2145b43a1..93c4351d2e4c90ac47b366ee8149f8d81d6ae510 100755 (executable)
@@ -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 <upload\-pack>, \-u <upload\-pack>, 
+When given, and the repository to fetch from is handled by git\-fetch\-pack, \-\-exec=<upload\-pack> 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 <rbranch>:<lbranch> refspec, it refuses to update the local branch <lbranch> unless the remote branch <rbranch> it fetches is a descendant of <lbranch>\&. This option overrides that check\&.
index 989b34d19729cb53ecc663c71bbbf5dc798aea26..5c7e6bccb93086a446208c55933a2c2061036f8c 100755 (executable)
@@ -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 <upload\-pack>, \-u <upload\-pack>, 
+When given, and the repository to fetch from is handled by git\-fetch\-pack, \-\-exec=<upload\-pack> 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 <rbranch>:<lbranch> refspec, it refuses to update the local branch <lbranch> unless the remote branch <rbranch> it fetches is a descendant of <lbranch>\&. This option overrides that check\&.