From ba44f08870a6cd647c4981439d816f48fe6b3ad8 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Wed, 3 Jun 2009 07:39:23 +1000 Subject: Removed --no-thread and --no-chain-reply-to from rake mail_patches task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 21e8d6e..0976b9e 100644 --- a/Rakefile +++ b/Rakefile @@ -101,7 +101,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 --no-thread --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