summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-06-03 07:39:23 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-06-03 07:39:23 +1000
commitba44f08870a6cd647c4981439d816f48fe6b3ad8 (patch)
treee9a2e52f55b5d0c5d3141a9687c75cf9935c5cff
parent806f49f4b4aa44471d62bd2e1e3c48ed7c11992e (diff)
downloadfacter-ba44f08870a6cd647c4981439d816f48fe6b3ad8.tar.gz
facter-ba44f08870a6cd647c4981439d816f48fe6b3ad8.tar.xz
facter-ba44f08870a6cd647c4981439d816f48fe6b3ad8.zip
Removed --no-thread and --no-chain-reply-to from rake mail_patches task
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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"