Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-04-26 06:37:15 +0400
committerJunio C Hamano <junkio@cox.net>2007-04-26 07:58:46 +0400
commit238cc6352eabe3f87f13093bc4015162bf424509 (patch)
tree8c57d22a8907a417b74423872bbc2da1e7caa694 /git-send-email.perl
parentb03c7a63a0fae58a576749d7a6b0507edde12584 (diff)
Document --dry-run parameter to send-email.
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>
Diffstat (limited to 'git-send-email.perl')
-rwxr-xr-xgit-send-email.perl2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-send-email.perl b/git-send-email.perl
index 1278fcba46..5e38a97cb6 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -77,6 +77,8 @@ Options:
--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);
}