From 42db15448ea3c21ae458d5ea873157449042c07c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 8 Jan 2006 16:53:44 -0800 Subject: [PATCH] Autogenerated man pages for 5a2282de13c4da13f979185e652c8a08e2481fd1 --- man1/git-daemon.1 | 7 ++++++- man1/git-fetch.1 | 6 +++++- man1/git-pull.1 | 6 +++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/man1/git-daemon.1 b/man1/git-daemon.1 index 73c41cce..6b9497a6 100755 --- a/man1/git-daemon.1 +++ b/man1/git-daemon.1 @@ -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" @@ -48,6 +49,10 @@ This is ideally suited for read\-only updates, ie pulling from git repositories\ 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\&. diff --git a/man1/git-fetch.1 b/man1/git-fetch.1 index 893a3e55..3d0ed9af 100755 --- a/man1/git-fetch.1 +++ b/man1/git-fetch.1 @@ -44,8 +44,12 @@ Append ref names and object names of fetched refs to the existing contents of \& 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\&. .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 diff --git a/man1/git-pull.1 b/man1/git-pull.1 index e42911f5..eb69fea2 100755 --- a/man1/git-pull.1 +++ b/man1/git-pull.1 @@ -56,8 +56,12 @@ Append ref names and object names of fetched refs to the existing contents of \& 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\&. .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 -- 2.11.0