summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b03c7a6)
raw | patch | inline | side by side (parent: b03c7a6)
author | Robin H. Johnson <robbat2@gentoo.org> | |
Thu, 26 Apr 2007 02:37:15 +0000 (19:37 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 26 Apr 2007 03:58:46 +0000 (20:58 -0700) |
Looks like --dry-run was added to the code, but never to the --help output.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl | patch | blob | history |
diff --git a/git-send-email.perl b/git-send-email.perl
index 1278fcba462f632a3687742f74cc15c0498874e2..5e38a97cb62703f10b242111376ca26ee5888944 100755 (executable)
--- a/git-send-email.perl
+++ b/git-send-email.perl
--quiet Make git-send-email less verbose. One line per email
should be all that is output.
+ --dry-run Do everything except actually send the emails.
+
EOT
exit(1);
}