From: Junio C Hamano Date: Tue, 20 Feb 2007 04:52:29 +0000 (+0000) Subject: Autogenerated man pages for v1.5.0.1-37-g1e592 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=cb10390787a7870372bb3184c80ee2c639d6e811;p=git.git Autogenerated man pages for v1.5.0.1-37-g1e592 --- diff --git a/man1/git-clone.1 b/man1/git-clone.1 index 48a0570bdd..594d7a2d3f 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" "01/19/2007" "" "" +.TH "GIT\-CLONE" "1" "02/20/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -14,7 +14,7 @@ git\-clone \- Clones a repository into a new directory .nf \fIgit\-clone\fR [\-\-template=] [\-l [\-s]] [\-q] [\-n] [\-\-bare] [\-o ] [\-u ] [\-\-reference ] - [\-\-depth=] [] + [\-\-depth ] [] .fi .SH "DESCRIPTION" Clones a repository into a newly created directory, creates remote\-tracking branches for each branch in the cloned repository (visible using git branch \-r), and creates and checks out an initial branch equal to the cloned repository's currently active branch. @@ -51,7 +51,7 @@ When given, and the repository to clone from is handled by \fIgit\-fetch\-pack\f \-\-template= Specify the directory from which templates will be used; if unset the templates are taken from the installation defined default, typically /usr/share/git\-core/templates. .TP -\-\-depth= +\-\-depth Create a \fIshallow\fR clone with a history truncated to the specified number of revs. A shallow repository has number of limitations (you cannot clone or fetch from it, nor push from nor into it), but is adequate if you want to only look at near the tip of a large project with a long history, and would want to send in a fixes as patches. .TP diff --git a/man1/git-config.1 b/man1/git-config.1 index b5d2212463..e4294371e5 100644 --- a/man1/git-config.1 +++ b/man1/git-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\-CONFIG" "1" "02/13/2007" "" "" +.TH "GIT\-CONFIG" "1" "02/20/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -419,6 +419,9 @@ 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.fetch +The list of remotes which are fetched by "git remote update". See \fBgit\-remote\fR(1). +.TP remote..url The URL of a remote repository. See \fBgit\-fetch\fR(1) or \fBgit\-push\fR(1). .TP diff --git a/man1/git-remote.1 b/man1/git-remote.1 index 6f5ec69105..89b8d53a97 100644 --- a/man1/git-remote.1 +++ b/man1/git-remote.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\-REMOTE" "1" "02/04/2007" "" "" +.TH "GIT\-REMOTE" "1" "02/20/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -16,6 +16,7 @@ git\-remote \- manage set of tracked repositories \fIgit\-remote\fR add \fIgit\-remote\fR show \fIgit\-remote\fR prune +\fIgit\-remote\fR update .fi .SH "DESCRIPTION" Manage the set of repositories ("remotes") whose branches you track. @@ -30,6 +31,9 @@ Gives some information about the remote . .TP \fIprune\fR Deletes all stale tracking branches under . These stale branches have already been removed from the remote repository referenced by , but are still locally available in "remotes/". +.TP +\fIupdate\fR +Fetch updates for the remotes in the repository. By default all remotes are updated, but this can be configured via the configuration parameter \fIremote.fetch\fR. (See \fBgit\-config\fR(1)). .SH "DISCUSSION" The remote configuration is achieved using the remote.origin.url and remote.origin.fetch configuration variables. (See \fBgit\-config\fR(1)). .SH "EXAMPLES" diff --git a/man7/git.7 b/man7/git.7 index ca455f406a..2badabd8cf 100644 --- a/man7/git.7 +++ b/man7/git.7 @@ -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/18/2007" "" "" +.TH "GIT" "7" "02/20/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only)