From 4ef7bbae5130605ddfbdab80e0c73d2088004b11 Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 1 Jun 2009 18:16:03 -0500 Subject: Removing --no-thread from the mail_patches rake target Signed-off-by: Luke Kanies --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 7cc2959cb..dc40b724f 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 --no-thread --to puppet-dev@googlegroups.com 00*.patch" + sh "git send-email #{compose} --no-chain-reply-to --no-signed-off-by-cc --suppress-from --to puppet-dev@googlegroups.com 00*.patch" # Finally, clean up the patches sh "rm 00*.patch" -- cgit