.\" 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)
\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
\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
.\" 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)
\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
\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
.\" 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)
[ \-\-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 ]
\-\-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
\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
\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
.\" 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)
.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>\&...
.\" 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)
\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
\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