From: Junio C Hamano Date: Tue, 24 Oct 2006 05:44:21 +0000 (+0000) Subject: Autogenerated man pages for v1.4.3.2-g125940 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0b1caea39f7747712699ef1b83b6b5dedd04dfac;p=git.git Autogenerated man pages for v1.4.3.2-g125940 --- diff --git a/man1/git-fetch.1 b/man1/git-fetch.1 index a97748355..ad2549de3 100755 --- a/man1/git-fetch.1 +++ b/man1/git-fetch.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\-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: .fi Then such a short\-hand is specified in place of without parameters on the command line, 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 = +push = +fetch = +.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/ file that stores a without the fragment is equivalent to have this in the corresponding file in the $GIT_DIR/remotes/ directory. .sp .sp diff --git a/man1/git-pull.1 b/man1/git-pull.1 index a0f75faa4..c58fbafa5 100755 --- a/man1/git-pull.1 +++ b/man1/git-pull.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\-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: .fi Then such a short\-hand is specified in place of without parameters on the command line, 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 = +push = +fetch = +.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/ file that stores a without the fragment is equivalent to have this in the corresponding file in the $GIT_DIR/remotes/ directory. .sp .sp diff --git a/man1/git-push.1 b/man1/git-push.1 index 7b704e760..dd4768024 100755 --- a/man1/git-push.1 +++ b/man1/git-push.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\-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: .fi Then such a short\-hand is specified in place of without parameters on the command line, 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 = +push = +fetch = +.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/ file that stores a without the fragment is equivalent to have this in the corresponding file in the $GIT_DIR/remotes/ directory. .sp .sp diff --git a/man1/git-repo-config.1 b/man1/git-repo-config.1 index 5e097c7f0..29305528b 100755 --- a/man1/git-repo-config.1 +++ b/man1/git-repo-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\-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..url +The URL of a remote repository. See +\fBgit\-fetch\fR(1) +or +\fBgit\-push\fR(1). +.TP +remote..fetch +The default set of "refspec" for +\fBgit\-fetch\fR(1). See +\fBgit\-fetch\fR(1). +.TP +remote..push +The default set of "refspec" for +\fBgit\-push\fR(1). See +\fBgit\-push\fR(1). +.TP repack.usedeltabaseoffset Allow \fBgit\-repack\fR(1)