aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-04-25 19:37:23 -0700
committerJunio C Hamano <junkio@cox.net>2007-04-25 21:15:21 -0700
commit03044a9854b006a64c5117d971b01c1d1586edd9 (patch)
tree1f900f705c091cca390c9319d490acdb9dd01914
parentf073a592d6400b3aa653ce02943535bf917078b5 (diff)
downloadgit-03044a9854b006a64c5117d971b01c1d1586edd9.tar.gz
git-03044a9854b006a64c5117d971b01c1d1586edd9.tar.xz
Document --dry-run and envelope-sender for git-send-email.
Catch the documentation up with the rest of this patchset. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/git-send-email.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index 682313e95..795db873f 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -85,6 +85,15 @@ The --cc option must be repeated for each user you want on the cc list.
Do not add the From: address to the cc: list, if it shows up in a From:
line.
+--dry-run::
+ Do everything except actually send the emails.
+
+--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.
+
--to::
Specify the primary recipient of the emails generated.
Generally, this will be the upstream maintainer of the