From 6ce81546ccfab2aefbec7fced5c38226bdd83297 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Wed, 3 Jun 2009 07:37:28 +1000 Subject: Removed --no-chain-reply-to in rake mail_patches task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index dc40b724f..6686c4dcd 100644 --- a/Rakefile +++ b/Rakefile @@ -124,7 +124,7 @@ task :mail_patches do end # Now send the mail. - sh "git send-email #{compose} --no-chain-reply-to --no-signed-off-by-cc --suppress-from --to puppet-dev@googlegroups.com 00*.patch" + sh "git send-email #{compose} --no-signed-off-by-cc --suppress-from --to puppet-dev@googlegroups.com 00*.patch" # Finally, clean up the patches sh "rm 00*.patch" -- cgit