Autogenerated man pages for 5a2282de13c4da13f979185e652c8a08e2481fd1
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 9 Jan 2006 00:53:44 +0000 (16:53 -0800)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 9 Jan 2006 00:53:44 +0000 (16:53 -0800)
man1/git-daemon.1
man1/git-fetch.1
man1/git-pull.1

index 73c41ccead86b263e96f80118237e11b0d0a7f91..6b9497a69d030bd217dc993686f8301d7ab9c824 100755 (executable)
@@ -24,7 +24,8 @@ git-daemon \- A really simple server for git repositories.
 
 .nf
 git\-daemon [\-\-verbose] [\-\-syslog] [\-\-inetd | \-\-port=n] [\-\-export\-all]
-           [\-\-timeout=n] [\-\-init\-timeout=n] [\-\-strict\-paths] [directory...]
+             [\-\-timeout=n] [\-\-init\-timeout=n] [\-\-strict\-paths]
+             [\-\-base\-path=path] [directory...]
 .fi
 
 .SH "DESCRIPTION"
@@ -47,6 +48,10 @@ This is ideally suited for read\-only updates, ie pulling from git repositories\
 \-\-strict\-paths
 Match paths exactly (i\&.e\&. don't allow "/foo/repo" when the real path is "/foo/repo\&.git" or "/foo/repo/\&.git") and don't do user\-relative paths\&. git\-daemon will refuse to start when this option is enabled and no whitelist is specified\&.
 
+.TP
+\-\-base\-path
+Remap all the path requests as relative to the given path\&. This is sort of "GIT root" \- if you run git\-daemon with \-\-base\-path=/srv/git on example\&.com, then if you later try to pull git://example\&.com/hello\&.git, git\-daemon will interpret the path as /srv/git/hello\&.git\&. Home directories (the ~login notation) access is disabled\&.
+
 .TP
 \-\-export\-all
 Allow pulling from all directories that look like GIT repositories (have the objects and refs subdirectories), even if they do not have the git\-daemon\-export\-ok file\&.
index 893a3e556d45f2731e63cf84e3a2f1f1279115a5..3d0ed9af621a7f25ce69a2f97eed39cce6dd0b65 100755 (executable)
@@ -43,9 +43,13 @@ Append ref names and object names of fetched refs to the existing contents of \&
 \-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\&.
 
+.TP
+\-\-no\-tags
+By default, git\-fetch fetches tags that point at objects that are downloaded from the remote repository and stores them locally\&. This option disables this automatic tag following\&.
+
 .TP
 \-t, \-\-tags
-By default, the git core utilities will not fetch and store tags under the same name as the remote repository; ask it to do so using \-\-tags\&. Using this option will bound the list of objects pulled to the remote tags\&. Commits in branches beyond the tags will be ignored\&.
+Most of the tags are fetched automatically as branch heads are downloaded, but tags that do not point at objects reachable from the branch heads that are being tracked will not be fetched by this mechanism\&. This flag lets all tags and their associated objects be downloaded\&.
 
 .TP
 \-u, \-\-update\-head\-ok
index e42911f59f8d44f5995db9c1f6112f010121297f..eb69fea223a6a7033f34a1d2340f758780024349 100755 (executable)
@@ -55,9 +55,13 @@ Append ref names and object names of fetched refs to the existing contents of \&
 \-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\&.
 
+.TP
+\-\-no\-tags
+By default, git\-fetch fetches tags that point at objects that are downloaded from the remote repository and stores them locally\&. This option disables this automatic tag following\&.
+
 .TP
 \-t, \-\-tags
-By default, the git core utilities will not fetch and store tags under the same name as the remote repository; ask it to do so using \-\-tags\&. Using this option will bound the list of objects pulled to the remote tags\&. Commits in branches beyond the tags will be ignored\&.
+Most of the tags are fetched automatically as branch heads are downloaded, but tags that do not point at objects reachable from the branch heads that are being tracked will not be fetched by this mechanism\&. This flag lets all tags and their associated objects be downloaded\&.
 
 .TP
 \-u, \-\-update\-head\-ok