From: Junio C Hamano Date: Mon, 26 Feb 2007 09:50:34 +0000 (+0000) Subject: Autogenerated man pages for v1.5.0.2-204-gc260 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3b7edb23895ded4e130f9c539686c8a545ad937b;p=git.git Autogenerated man pages for v1.5.0.2-204-gc260 --- diff --git a/man1/git-config.1 b/man1/git-config.1 index 73ff359a2..0565a05f3 100644 --- a/man1/git-config.1 +++ b/man1/git-config.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-CONFIG" "1" "02/24/2007" "" "" +.TH "GIT\-CONFIG" "1" "02/26/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -444,6 +444,9 @@ The default program to execute on the remote side when pushing. See option \-\-e remote..uploadpack The default program to execute on the remote side when fetching. See option \-\-exec of \fBgit\-fetch\-pack\fR(1). .TP +remote..tagopt +Setting this value to \-\-no\-tags disables automatic tag following when fetching from remote +.TP remotes. The list of remotes which are fetched by "git remote update ". See \fBgit\-remote\fR(1). .TP diff --git a/man1/git-remote.1 b/man1/git-remote.1 index 0615beea7..2192bd964 100644 --- a/man1/git-remote.1 +++ b/man1/git-remote.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-REMOTE" "1" "02/21/2007" "" "" +.TH "GIT\-REMOTE" "1" "02/26/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -25,6 +25,12 @@ With no arguments, shows a list of existing remotes. Several subcommands are ava .TP \fIadd\fR Adds a remote named for the repository at . The command git fetch can then be used to create and update remote\-tracking branches /. + +With \-f option, git fetch is run immediately after the remote information is set up. + +With \-t option, instead of the default glob refspec for the remote to track all branches under $GIT_DIR/remotes//, a refspec to track only is created. You can give more than one \-t to track multiple branche without grabbing all branches. + +With \-m option, $GIT_DIR/remotes//HEAD is set up to point at remote's branch instead of whatever branch the HEAD at the remote repository actually points at. .TP \fIshow\fR Gives some information about the remote . diff --git a/man7/git.7 b/man7/git.7 index 58b5ba5b4..437962a47 100644 --- a/man7/git.7 +++ b/man7/git.7 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT" "7" "02/23/2007" "" "" +.TH "GIT" "7" "02/26/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only)