Autogenerated man pages for v1.4.3.2-g125940
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 24 Oct 2006 05:44:21 +0000 (05:44 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 24 Oct 2006 05:44:21 +0000 (05:44 +0000)
man1/git-fetch.1
man1/git-pull.1
man1/git-push.1
man1/git-repo-config.1

index a977483555286c9b2420458d665bd796e4c80ad0..ad2549de398a5fc2e91cf4337bbba95381fc404b 100755 (executable)
@@ -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\-FETCH" "1" "10/03/2006" "" ""
+.TH "GIT\-FETCH" "1" "10/24/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -200,6 +200,14 @@ Pull: <refspec>
 .fi
 Then such a short\-hand is specified in place of <repository> without <refspec> parameters on the command line, <refspec> specified on Push: lines or Pull: lines are used for git\-push and git\-fetch/git\-pull, respectively. Multiple Push: and Pull: lines may be specified for additional branch mappings.
 .sp
+Or, equivalently, in the $GIT_DIR/config (note the use of fetch instead of Pull:):
+.sp
+.sp
+.nf
+url = <url>
+push = <refspec>
+fetch = <refspec>
+.fi
 The name of a file in $GIT_DIR/branches directory can be specified as an older notation short\-hand; the named file should contain a single line, a URL in one of the above formats, optionally followed by a hash # and the name of remote head (URL fragment notation). $GIT_DIR/branches/<remote> file that stores a <url> without the fragment is equivalent to have this in the corresponding file in the $GIT_DIR/remotes/ directory.
 .sp
 .sp
index a0f75faa42bd59ec377c0efe6eacf8e58d6ce67f..c58fbafa591c624d1998cb96353b02dfa241bb12 100755 (executable)
@@ -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\-PULL" "1" "10/03/2006" "" ""
+.TH "GIT\-PULL" "1" "10/24/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -222,6 +222,14 @@ Pull: <refspec>
 .fi
 Then such a short\-hand is specified in place of <repository> without <refspec> parameters on the command line, <refspec> specified on Push: lines or Pull: lines are used for git\-push and git\-fetch/git\-pull, respectively. Multiple Push: and Pull: lines may be specified for additional branch mappings.
 .sp
+Or, equivalently, in the $GIT_DIR/config (note the use of fetch instead of Pull:):
+.sp
+.sp
+.nf
+url = <url>
+push = <refspec>
+fetch = <refspec>
+.fi
 The name of a file in $GIT_DIR/branches directory can be specified as an older notation short\-hand; the named file should contain a single line, a URL in one of the above formats, optionally followed by a hash # and the name of remote head (URL fragment notation). $GIT_DIR/branches/<remote> file that stores a <url> without the fragment is equivalent to have this in the corresponding file in the $GIT_DIR/remotes/ directory.
 .sp
 .sp
index 7b704e760d07763bf647c08e3741de4267627520..dd4768024f7cdc564c0a581e7a230c2b985e6be2 100755 (executable)
@@ -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\-PUSH" "1" "10/03/2006" "" ""
+.TH "GIT\-PUSH" "1" "10/24/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -120,6 +120,14 @@ Pull: <refspec>
 .fi
 Then such a short\-hand is specified in place of <repository> without <refspec> parameters on the command line, <refspec> specified on Push: lines or Pull: lines are used for git\-push and git\-fetch/git\-pull, respectively. Multiple Push: and Pull: lines may be specified for additional branch mappings.
 .sp
+Or, equivalently, in the $GIT_DIR/config (note the use of fetch instead of Pull:):
+.sp
+.sp
+.nf
+url = <url>
+push = <refspec>
+fetch = <refspec>
+.fi
 The name of a file in $GIT_DIR/branches directory can be specified as an older notation short\-hand; the named file should contain a single line, a URL in one of the above formats, optionally followed by a hash # and the name of remote head (URL fragment notation). $GIT_DIR/branches/<remote> file that stores a <url> without the fragment is equivalent to have this in the corresponding file in the $GIT_DIR/remotes/ directory.
 .sp
 .sp
index 5e097c7f0c4ba4f5f5bd8fb0c0c68d23bfaefb18..29305528b890ef0c08da8e5fad1818aea96282d6 100755 (executable)
@@ -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\-REPO\-CONFIG" "1" "10/23/2006" "" ""
+.TH "GIT\-REPO\-CONFIG" "1" "10/24/2006" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -395,6 +395,22 @@ The default merge strategy to use when pulling multiple branches at once.
 pull.twohead
 The default merge strategy to use when pulling a single branch.
 .TP
+remote.<name>.url
+The URL of a remote repository. See
+\fBgit\-fetch\fR(1)
+or
+\fBgit\-push\fR(1).
+.TP
+remote.<name>.fetch
+The default set of "refspec" for
+\fBgit\-fetch\fR(1). See
+\fBgit\-fetch\fR(1).
+.TP
+remote.<name>.push
+The default set of "refspec" for
+\fBgit\-push\fR(1). See
+\fBgit\-push\fR(1).
+.TP
 repack.usedeltabaseoffset
 Allow
 \fBgit\-repack\fR(1)