Autogenerated manpages for v1.5.2-rc0-56-g6169a
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 26 Apr 2007 07:20:16 +0000 (07:20 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 26 Apr 2007 07:20:16 +0000 (07:20 +0000)
man1/git-rev-list.1
man1/git-send-email.1

index 2a62f77935eee1e20b66b4a13713f3e9a5095663..d90a4e161cb2746fcc3c744c238ccf307113c060 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" "04/22/2007" "Git 1.5.1.1.98.gedb4f" "Git Manual"
+.TH "GIT\-REV\-LIST" "1" "04/26/2007" "Git 1.5.2.rc0.56.g6169a" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -28,6 +28,7 @@ git\-rev\-list \- Lists commit objects in reverse chronological order
              [ \-\-cherry\-pick ]
              [ \-\-encoding[=<encoding>] ]
              [ \-\-(author|committer|grep)=<pattern> ]
+             [ \-\-date={local|relative|default} ]
              [ [\-\-objects | \-\-objects\-edge] [ \-\-unpacked ] ]
              [ \-\-pretty | \-\-header ]
              [ \-\-bisect ]
@@ -257,7 +258,16 @@ The placeholders are:
 The commit objects record the encoding used for the log message in their encoding header; this option can be used to tell the command to re\-code the commit log message in the encoding preferred by the user. For non plumbing commands this defaults to UTF\-8.
 .TP
 \-\-relative\-date
-Show dates relative to the current time, e.g. "2 hours ago". Only takes effect for dates shown in human\-readable format, such as when using "\-\-pretty".
+Synonym for \-\-date=relative.
+.TP
+\-\-date={relative,local,default}
+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=default shows timestamps in the original timezone (either committer's or author's).
 .TP
 \-\-header
 Print the contents of the commit in raw\-format; each record is separated with a NUL character.
index 48f947579f58c069a83b69e6be5b0ed2768a2a5e..b03bab189635a9bf06a5d475d880319c904eea17 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\-SEND\-EMAIL" "1" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual"
+.TH "GIT\-SEND\-EMAIL" "1" "04/26/2007" "Git 1.5.2.rc0.56.g6169a" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -55,6 +55,12 @@ Specify the initial subject of the email thread. Only necessary if \-\-compose i
 \-\-suppress\-from
 Do not add the From: address to the cc: list, if it shows up in a From: line.
 .TP
+\-\-dry\-run
+Do everything except actually send the emails.
+.TP
+\-\-envelope\-sender
+Specify the envelope sender used to send the emails. This is useful if your default address is not the address that is subscribed to a list. If you use the sendmail binary, you must have suitable privileges for the \-f parameter.
+.TP
 \-\-to
 Specify the primary recipient of the emails generated. Generally, this will be the upstream maintainer of the project involved.