Autogenerated man pages for v1.5.0.2-204-gc260
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 26 Feb 2007 09:50:34 +0000 (09:50 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 26 Feb 2007 09:50:34 +0000 (09:50 +0000)
man1/git-config.1
man1/git-remote.1
man7/git.7

index 73ff359..0565a05 100644 (file)
@@ -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.<name>.uploadpack
 The default program to execute on the remote side when fetching. See option \-\-exec of \fBgit\-fetch\-pack\fR(1).
 .TP
+remote.<name>.tagopt
+Setting this value to \-\-no\-tags disables automatic tag following when fetching from remote <name>
+.TP
 remotes.<group>
 The list of remotes which are fetched by "git remote update <group>". See \fBgit\-remote\fR(1).
 .TP
index 0615bee..2192bd9 100644 (file)
@@ -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 <name> for the repository at <url>. The command git fetch <name> can then be used to create and update remote\-tracking branches <name>/<branch>.
+
+With \-f option, git fetch <name> is run immediately after the remote information is set up.
+
+With \-t <branch> option, instead of the default glob refspec for the remote to track all branches under $GIT_DIR/remotes/<name>/, a refspec to track only <branch> is created. You can give more than one \-t <branch> to track multiple branche without grabbing all branches.
+
+With \-m <master> option, $GIT_DIR/remotes/<name>/HEAD is set up to point at remote's <master> branch instead of whatever branch the HEAD at the remote repository actually points at.
 .TP
 \fIshow\fR
 Gives some information about the remote <name>.
index 58b5ba5..437962a 100644 (file)
@@ -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)