From 5b469ff3fe93c6e08d8251f8e8d973270498bf52 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 21 Feb 2007 20:24:25 +0000 Subject: [PATCH] Autogenerated man pages for v1.5.0.1-74-g2470 --- man1/git-config.1 | 11 +++++++---- man1/git-cvsexportcommit.1 | 7 +++++-- man1/git-remote.1 | 6 +++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/man1/git-config.1 b/man1/git-config.1 index e4294371e..1b046603c 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/20/2007" "" "" +.TH "GIT\-CONFIG" "1" "02/21/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -419,9 +419,6 @@ 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 @@ -431,12 +428,18 @@ The default set of "refspec" for \fBgit\-fetch\fR(1). See \fBgit\-fetch\fR(1). remote..push The default set of "refspec" for \fBgit\-push\fR(1). See \fBgit\-push\fR(1). .TP +remote..skipDefaultUpdate +If true, this remote will be skipped by default when updating using the remote subcommand of \fBgit\-remote\fR(1). +.TP remote..receivepack The default program to execute on the remote side when pushing. See option \-\-exec of \fBgit\-push\fR(1). .TP remote..uploadpack The default program to execute on the remote side when fetching. See option \-\-exec of \fBgit\-fetch\-pack\fR(1). .TP +remotes. +The list of remotes which are fetched by "git remote update ". See \fBgit\-remote\fR(1). +.TP repack.usedeltabaseoffset Allow \fBgit\-repack\fR(1) to create packs that uses delta\-base offset. Defaults to false. .TP diff --git a/man1/git-cvsexportcommit.1 b/man1/git-cvsexportcommit.1 index 65d0dfe78..b086a939b 100644 --- a/man1/git-cvsexportcommit.1 +++ b/man1/git-cvsexportcommit.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\-CVSEXPORTCOMMIT" "1" "02/06/2007" "" "" +.TH "GIT\-CVSEXPORTCOMMIT" "1" "02/21/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,7 @@ .SH "NAME" git\-cvsexportcommit \- Export a single commit to a CVS checkout .SH "SYNOPSIS" -\fIgit\-cvsexportcommit\fR [\-h] [\-v] [\-c] [\-P] [\-p] [\-a] [\-f] [\-m msgprefix] [PARENTCOMMIT] COMMITID +\fIgit\-cvsexportcommit\fR [\-h] [\-v] [\-c] [\-P] [\-p] [\-a] [\-d cvsroot] [\-f] [\-m msgprefix] [PARENTCOMMIT] COMMITID .SH "DESCRIPTION" Exports a commit from GIT to a CVS checkout, making it easier to merge patches from a git repository into a CVS repository. @@ -32,6 +32,9 @@ Be pedantic (paranoid) when applying patches. Invokes patch with \-\-fuzz=0 \-a Add authorship information. Adds Author line, and Committer (if different from Author) to the message. .TP +\-d +Set an alternative CVSROOT to use. This corresponds to the CVS \-d parameter. Usually users will not want to set this, except if using CVS in an asymmetric fashion. +.TP \-f Force the merge even if the files are not up to date. .TP diff --git a/man1/git-remote.1 b/man1/git-remote.1 index 89b8d53a9..0615beea7 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/20/2007" "" "" +.TH "GIT\-REMOTE" "1" "02/21/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -16,7 +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 +\fIgit\-remote\fR update [group] .fi .SH "DESCRIPTION" Manage the set of repositories ("remotes") whose branches you track. @@ -33,7 +33,7 @@ Gives some information about the remote . 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)). +Fetch updates for a named set of remotes in the repository as defined by remotes.. If a named group is not specified on the command line, the configuration parameter remotes.default will get used; if remotes.default is not defined, all remotes which do not the configuration parameter remote..skipDefaultUpdate set to true will be updated. (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" -- 2.26.2