From c92b15dd186471375de824b82b1f7c8703f4c261 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 1 Jan 2007 03:20:36 +0000 Subject: [PATCH] Autogenerated man pages for v1.5.0-rc0-ge900 --- man1/git-clone.1 | 6 +++--- man1/git-fetch.1 | 24 ++++++++++++------------ man1/git-pull.1 | 24 ++++++++++++------------ man1/git-push.1 | 24 ++++++++++++------------ 4 files changed, 39 insertions(+), 39 deletions(-) diff --git a/man1/git-clone.1 b/man1/git-clone.1 index 5eb300b93..92216cd02 100644 --- a/man1/git-clone.1 +++ b/man1/git-clone.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\-CLONE" "1" "12/21/2006" "" "" +.TH "GIT\-CLONE" "1" "01/01/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -40,10 +40,10 @@ Operate quietly. This flag is passed to "rsync" and "git\-fetch\-pack" commands No checkout of HEAD is performed after the clone is complete. .TP \-\-bare -Make a \fIbare\fR GIT repository. That is, instead of creating and placing the administrative files in /.git, make the itself the $GIT_DIR. This obviously implies the \-n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly to corresponding local branch heads, without mapping them to refs/remotes/origin/. When this option is used, neither the origin branch nor the default remotes/origin file is created. +Make a \fIbare\fR GIT repository. That is, instead of creating and placing the administrative files in /.git, make the itself the $GIT_DIR. This obviously implies the \-n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly to corresponding local branch heads, without mapping them to refs/remotes/origin/. When this option is used, neither remote\-tracking branches nor the related configuration variables are created. .TP \-\-origin , \-o -Instead of using the branch name \fIorigin\fR to keep track of the upstream repository, use instead. Note that the shorthand name stored in remotes/origin is not affected, but the local branch name to pull the remote master branch into is. +Instead of using the remote name \fIorigin\fR to keep track of the upstream repository, use instead. .TP \-\-upload\-pack , \-u When given, and the repository to clone from is handled by \fIgit\-fetch\-pack\fR, \fI\-\-exec=\fR is passed to the command to specify non\-default path for the command run on the other end. diff --git a/man1/git-fetch.1 b/man1/git-fetch.1 index d659e61d5..cb4165c3b 100644 --- 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" "12/31/2006" "" "" +.TH "GIT\-FETCH" "1" "01/01/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -125,31 +125,31 @@ To sync with a local directory, use: In addition to the above, as a short\-hand, the name of a file in $GIT_DIR/remotes directory can be given; the named file should be in the following format: .sp .nf -URL: one of the above URL format -Push: -Pull: + URL: one of the above URL format + Push: + 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. Or, equivalently, in the $GIT_DIR/config (note the use of fetch instead of Pull:): .sp .nf -[remote ""] - url = - push = - fetch = + [remote ""] + 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 .nf -URL: -Pull: refs/heads/master: + URL: + Pull: refs/heads/master: .fi while having # is equivalent to .sp .nf -URL: -Pull: refs/heads/: + URL: + Pull: refs/heads/: .fi .SH "SEE ALSO" \fBgit\-pull\fR(1) diff --git a/man1/git-pull.1 b/man1/git-pull.1 index eee6a2df0..fc961bc9f 100644 --- 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" "12/31/2006" "" "" +.TH "GIT\-PULL" "1" "01/01/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -137,31 +137,31 @@ To sync with a local directory, use: In addition to the above, as a short\-hand, the name of a file in $GIT_DIR/remotes directory can be given; the named file should be in the following format: .sp .nf -URL: one of the above URL format -Push: -Pull: + URL: one of the above URL format + Push: + 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. Or, equivalently, in the $GIT_DIR/config (note the use of fetch instead of Pull:): .sp .nf -[remote ""] - url = - push = - fetch = + [remote ""] + 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 .nf -URL: -Pull: refs/heads/master: + URL: + Pull: refs/heads/master: .fi while having # is equivalent to .sp .nf -URL: -Pull: refs/heads/: + URL: + Pull: refs/heads/: .fi .SH "MERGE STRATEGIES" .TP diff --git a/man1/git-push.1 b/man1/git-push.1 index 0a76e06e6..a93bed6d8 100644 --- 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" "12/31/2006" "" "" +.TH "GIT\-PUSH" "1" "01/01/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -92,31 +92,31 @@ To sync with a local directory, use: In addition to the above, as a short\-hand, the name of a file in $GIT_DIR/remotes directory can be given; the named file should be in the following format: .sp .nf -URL: one of the above URL format -Push: -Pull: + URL: one of the above URL format + Push: + 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. Or, equivalently, in the $GIT_DIR/config (note the use of fetch instead of Pull:): .sp .nf -[remote ""] - url = - push = - fetch = + [remote ""] + 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 .nf -URL: -Pull: refs/heads/master: + URL: + Pull: refs/heads/master: .fi while having # is equivalent to .sp .nf -URL: -Pull: refs/heads/: + URL: + Pull: refs/heads/: .fi .SH "AUTHOR" Written by Junio C Hamano , later rewritten in C by Linus Torvalds -- 2.26.2