Autogenerated manpages for v1.5.3-rc1-16-g9d6f
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 14 Jul 2007 08:26:58 +0000 (08:26 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 14 Jul 2007 08:26:58 +0000 (08:26 +0000)
man1/git-diff-tree.1
man1/git-log.1
man1/git-rev-list.1
man1/git-rm.1
man1/git-show.1

index 8a0bb13d6902df41f44d45a0eff513b67fac8bb3..20505ed3264ea4e6718c957e739ade7210605312 100644 (file)
@@ -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\-DIFF\-TREE" "1" "07/04/2007" "Git 1.5.3.rc0.11.ge2b1a" "Git Manual"
+.TH "GIT\-DIFF\-TREE" "1" "07/14/2007" "Git 1.5.3.rc1.16.g9d6f" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -351,6 +351,9 @@ The placeholders are:
 \fI%at\fR: author date, UNIX timestamp
 .TP
 \(bu
+\fI%ai\fR: author date, ISO 8601 format
+.TP
+\(bu
 \fI%cn\fR: committer name
 .TP
 \(bu
@@ -369,6 +372,9 @@ The placeholders are:
 \fI%ct\fR: committer date, UNIX timestamp
 .TP
 \(bu
+\fI%ci\fR: committer date, ISO 8601 format
+.TP
+\(bu
 \fI%e\fR: encoding
 .TP
 \(bu
index bd12a04392011474d505050f06ad674804c0005f..eb57e08b0c0beafe9c6a8962429dfa035706807a 100644 (file)
@@ -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" "07/13/2007" "Git 1.5.3.rc1" "Git Manual"
+.TH "GIT\-LOG" "1" "07/14/2007" "Git 1.5.3.rc1.16.g9d6f" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -204,6 +204,9 @@ The placeholders are:
 \fI%at\fR: author date, UNIX timestamp
 .TP
 \(bu
+\fI%ai\fR: author date, ISO 8601 format
+.TP
+\(bu
 \fI%cn\fR: committer name
 .TP
 \(bu
@@ -222,6 +225,9 @@ The placeholders are:
 \fI%ct\fR: committer date, UNIX timestamp
 .TP
 \(bu
+\fI%ci\fR: committer date, ISO 8601 format
+.TP
+\(bu
 \fI%e\fR: encoding
 .TP
 \(bu
index 4d4ef8fbd87979b41accf0822e7db7d84253a035..22a6536e9b4a536a100299f745dcc3a693263f22 100644 (file)
@@ -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\-LIST" "1" "07/03/2007" "Git 1.5.3.rc0" "Git Manual"
+.TH "GIT\-REV\-LIST" "1" "07/14/2007" "Git 1.5.3.rc1.16.g9d6f" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -31,7 +31,7 @@ git\-rev\-list \- Lists commit objects in reverse chronological order
              [ \-\-encoding[=<encoding>] ]
              [ \-\-(author|committer|grep)=<pattern> ]
              [ \-\-regexp\-ignore\-case ] [ \-\-extended\-regexp ]
-             [ \-\-date={local|relative|default} ]
+             [ \-\-date={local|relative|default|iso|rfc|short} ]
              [ [\-\-objects | \-\-objects\-edge] [ \-\-unpacked ] ]
              [ \-\-pretty | \-\-header ]
              [ \-\-bisect ]
@@ -82,13 +82,19 @@ The commit objects record the encoding used for the log message in their encodin
 \-\-relative\-date
 Synonym for \-\-date=relative.
 .TP
-\-\-date={relative,local,default}
+\-\-date={relative,local,default,iso,rfc}
 Only takes effect for dates shown in human\-readable format, such as when using "\-\-pretty".
 
 \-\-date=relative shows dates relative to the current time, e.g. "2 hours ago".
 
 \-\-date=local shows timestamps in user's local timezone.
 
+\-\-date=iso (or \-\-date=iso8601) shows timestamps in ISO 8601 format.
+
+\-\-date=rfc (or \-\-date=rfc2822) shows timestamps in RFC 2822 format, often found in E\-mail messages.
+
+\-\-date=short shows only date but not time, in YYYY\-MM\-DD fomat.
+
 \-\-date=default shows timestamps in the original timezone (either committer's or author's).
 .TP
 \-\-header
@@ -389,6 +395,9 @@ The placeholders are:
 \fI%at\fR: author date, UNIX timestamp
 .TP
 \(bu
+\fI%ai\fR: author date, ISO 8601 format
+.TP
+\(bu
 \fI%cn\fR: committer name
 .TP
 \(bu
@@ -407,6 +416,9 @@ The placeholders are:
 \fI%ct\fR: committer date, UNIX timestamp
 .TP
 \(bu
+\fI%ci\fR: committer date, ISO 8601 format
+.TP
+\(bu
 \fI%e\fR: encoding
 .TP
 \(bu
index 860ec84e01dcf3222516b3decbc8eeb4b9bcd6f7..94ac5accf95c43886e2887c3abdff8f19643f0bf 100644 (file)
@@ -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\-RM" "1" "06/16/2007" "Git 1.5.2.2.236.g952c8" "Git Manual"
+.TH "GIT\-RM" "1" "07/14/2007" "Git 1.5.3.rc1.16.g9d6f" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -12,7 +12,7 @@ git\-rm \- Remove files from the working tree and from the index
 .SH "SYNOPSIS"
 \fIgit\-rm\fR [\-f] [\-n] [\-r] [\-\-cached] [\-\-ignore\-unmatch] [\-\-quiet] [\-\-] <file>\&...
 .SH "DESCRIPTION"
-Remove files from the working tree and from the index. The files have to be identical to the tip of the branch, and no updates to its contents must have been placed in the staging area (aka index).
+Remove files from the working tree and from the index. The files have to be identical to the tip of the branch, and no updates to its contents must have been placed in the staging area (aka index). When \-\-cached is given, the staged content has to match either the tip of the branch \fBor\fR the file on disk.
 .SH "OPTIONS"
 .TP
 <file>\&...
index 8fb8b508befde52cd3a41d656a2b22339ed811f9..058be52c69e88bc0d6ec01cbe3a0b3f9f3bba764 100644 (file)
@@ -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\-SHOW" "1" "06/21/2007" "Git 1.5.2.2.249.g45fd" "Git Manual"
+.TH "GIT\-SHOW" "1" "07/14/2007" "Git 1.5.3.rc1.16.g9d6f" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -188,6 +188,9 @@ The placeholders are:
 \fI%at\fR: author date, UNIX timestamp
 .TP
 \(bu
+\fI%ai\fR: author date, ISO 8601 format
+.TP
+\(bu
 \fI%cn\fR: committer name
 .TP
 \(bu
@@ -206,6 +209,9 @@ The placeholders are:
 \fI%ct\fR: committer date, UNIX timestamp
 .TP
 \(bu
+\fI%ci\fR: committer date, ISO 8601 format
+.TP
+\(bu
 \fI%e\fR: encoding
 .TP
 \(bu