From: Junio C Hamano Date: Thu, 26 Apr 2007 07:20:16 +0000 (+0000) Subject: Autogenerated manpages for v1.5.2-rc0-56-g6169a X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b724f3b08b7a354fe85894cf5e1aafa46662ed83;p=git.git Autogenerated manpages for v1.5.2-rc0-56-g6169a --- diff --git a/man1/git-rev-list.1 b/man1/git-rev-list.1 index 2a62f7793..d90a4e161 100644 --- a/man1/git-rev-list.1 +++ b/man1/git-rev-list.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\-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[=] ] [ \-\-(author|committer|grep)= ] + [ \-\-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. diff --git a/man1/git-send-email.1 b/man1/git-send-email.1 index 48f947579..b03bab189 100644 --- a/man1/git-send-email.1 +++ b/man1/git-send-email.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\-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.