From 5673c20709438574f52127ffeb705818b4e653b9 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 10 May 2007 23:25:10 +0000 Subject: [PATCH] Autogenerated manpages for v1.5.2-rc3 --- man1/git-fast-import.1 | 3 +-- man1/git-log.1 | 5 ++++- man1/git-rev-parse.1 | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/man1/git-fast-import.1 b/man1/git-fast-import.1 index aa61e882e..77c52d7a4 100644 --- a/man1/git-fast-import.1 +++ b/man1/git-fast-import.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\-FAST\-IMPORT" "1" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-FAST\-IMPORT" "1" "05/10/2007" "Git 1.5.2.rc3" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -318,7 +318,6 @@ Creates an annotated tag referring to a specific commit. To create lightweight ( 'from' SP LF 'tagger' SP SP LT GT SP LF data - LF .fi where is the name of the tag to create. diff --git a/man1/git-log.1 b/man1/git-log.1 index f10d1f5cf..f299b1755 100644 --- a/man1/git-log.1 +++ b/man1/git-log.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\-LOG" "1" "04/22/2007" "Git 1.5.1.1.107.g7a15" "Git Manual" +.TH "GIT\-LOG" "1" "05/10/2007" "Git 1.5.2.rc3" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -226,6 +226,9 @@ Show the change the commit introduces in a patch form. \-g, \-\-walk\-reflogs Show commits as they were recorded in the reflog. The log contains a record about how the tip of a reference was changed. See also \fBgit\-reflog\fR(1). .TP +\-\-decorate +Print out the ref names of any commits that are shown. +.TP \&... Show only commits that affect the specified paths. .RE diff --git a/man1/git-rev-parse.1 b/man1/git-rev-parse.1 index 7e8788d9a..66efbcbbc 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" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-REV\-PARSE" "1" "05/10/2007" "Git 1.5.2.rc3" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -169,7 +169,7 @@ To exclude commits reachable from a commit, a prefix ^ notation is used. E.g. "^ This set operation appears so often that there is a shorthand for it. "r1..r2" is equivalent to "^r1 r2". It is the difference of two sets (subtract the set of commits reachable from r1 from the set of commits reachable from r2). -A similar notation "r1...r2" is called symmetric difference of r1 and r2 and is defined as "r1 r2 \-\-not $(git\-merge\-base \-\-all r1 r2)". It it the set of commits that are reachable from either one of r1 or r2 but not from both. +A similar notation "r1...r2" is called symmetric difference of r1 and r2 and is defined as "r1 r2 \-\-not $(git\-merge\-base \-\-all r1 r2)". It is the set of commits that are reachable from either one of r1 or r2 but not from both. Two other shorthands for naming a set that is formed by a commit and its parent commits exists. r1^@ notation means all parents of r1. r1^! includes commit r1 but excludes its all parents. -- 2.26.2