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 73ff359a2905802daddc971258c088d58dc75410..0565a05f314bf419780c4d1b2762416777b142f3 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 0615beea7e74f950c2d52cda27e8a6270d48f529..2192bd9647b6289332f2b591ee2c82d90e7930d6 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 58b5ba5b4da79b78de4c01036910523223502974..437962a472980e83e069333df09acf4c78425a54 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)