From: Junio C Hamano Date: Fri, 2 Feb 2007 07:35:31 +0000 (+0000) Subject: Autogenerated man pages for v1.5.0-rc3-16-gaacd X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ca006498414753ea83e24a9b1a045011f59bc5c;p=git.git Autogenerated man pages for v1.5.0-rc3-16-gaacd --- diff --git a/man1/git-checkout.1 b/man1/git-checkout.1 index f309ee77d..42854c726 100644 --- a/man1/git-checkout.1 +++ b/man1/git-checkout.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\-CHECKOUT" "1" "02/01/2007" "" "" +.TH "GIT\-CHECKOUT" "1" "02/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -12,7 +12,7 @@ git\-checkout \- Checkout and switch to a branch .SH "SYNOPSIS" .sp .nf -\fIgit\-checkout\fR [\-f] [\-b [\-l]] [\-m] [] +\fIgit\-checkout\fR [\-q] [\-f] [\-b [\-l]] [\-m] [] \fIgit\-checkout\fR [] \&... .fi .SH "DESCRIPTION" @@ -21,6 +21,9 @@ When are not given, this command switches branches by updating the index When are given, this command does \fBnot\fR switch branches. It updates the named paths in the working tree from the index file (i.e. it runs git\-checkout\-index \-f \-u), or a named commit. In this case, \-f and \-b options are meaningless and giving either of them results in an error. argument can be used to specify a specific tree\-ish (i.e. commit, tag or tree) to update the index for the given paths before updating the working tree. .SH "OPTIONS" .TP +\-q +Quiet, supress feedback messages. +.TP \-f Force a re\-read of everything. .TP diff --git a/man1/git-remote.1 b/man1/git-remote.1 index 5b0132476..ab7ba151a 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" "01/29/2007" "" "" +.TH "GIT\-REMOTE" "1" "02/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -15,6 +15,7 @@ git\-remote \- manage set of tracked repositories \fIgit\-remote\fR \fIgit\-remote\fR add \fIgit\-remote\fR show +\fIgit\-remote\fR prune .fi .SH "DESCRIPTION" Manage the set of repositories ("remotes") whose branches you track. @@ -25,6 +26,8 @@ In the second form, adds a remote named for the repository at . The In the third form, gives some information about the remote . +In the fourth form, 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/". + The remote configuration is achieved using the remote.origin.url and remote.origin.fetch configuration variables. (See \fBgit\-config\fR(1)). .SH "EXAMPLES" Add a new remote, fetch, and check out a branch from it: diff --git a/man1/git-rev-parse.1 b/man1/git-rev-parse.1 index e4a234d69..69229c0bd 100644 --- a/man1/git-rev-parse.1 +++ b/man1/git-rev-parse.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\-REV\-PARSE" "1" "01/18/2007" "" "" +.TH "GIT\-REV\-PARSE" "1" "02/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -113,6 +113,9 @@ A ref followed by the suffix \fI@\fR with a date specification enclosed in a bra A ref followed by the suffix \fI@\fR with an ordinal specification enclosed in a brace pair (e.g. \fI{1}\fR, \fI{15}\fR) to specify the n\-th prior value of that ref. For example \fImaster@{1}\fR is the immediate prior value of \fImaster\fR while \fImaster@{5}\fR is the 5th prior value of \fImaster\fR. This suffix may only be used immediately following a ref name and the ref must have an existing log ($GIT_DIR/logs/). .TP \(bu +You can use the \fI@\fR construct with an empty ref part to get at a reflog of the current branch. For example, if you are on the branch \fIblabla\fR, then \fI@{1}\fR means the same as \fIblabla@{1}\fR. +.TP +\(bu A suffix \fI^\fR to a revision parameter means the first parent of that commit object. \fI^\fR means the th parent (i.e. \fIrev^\fR is equivalent to \fIrev^1\fR). As a special rule, \fIrev^0\fR means the commit itself and is used when \fIrev\fR is the object name of a tag object that refers to a commit object. .TP \(bu diff --git a/man7/git.7 b/man7/git.7 index 6e8e6269d..a5dbc0d07 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/01/2007" "" "" +.TH "GIT" "7" "02/02/2007" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only)