diff options
author | James Turnbull <james@lovedthanlost.net> | 2009-06-03 07:39:23 +1000 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-06-03 07:39:23 +1000 |
commit | ba44f08870a6cd647c4981439d816f48fe6b3ad8 (patch) | |
tree | e9a2e52f55b5d0c5d3141a9687c75cf9935c5cff | |
parent | 806f49f4b4aa44471d62bd2e1e3c48ed7c11992e (diff) | |
download | facter-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-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |