summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-06-01 07:40:27 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-06-01 07:40:27 +1000
commite4d59665b75c6a2cf0bc858bcf131d9c9c83dffc (patch)
tree03a45ebd7e1335e12ec817ed2ed6bdd49520c368 /Rakefile
parent00d5139639afe9b206f2f68df95cebfeb28f28b1 (diff)
downloadpuppet-e4d59665b75c6a2cf0bc858bcf131d9c9c83dffc.tar.gz
puppet-e4d59665b75c6a2cf0bc858bcf131d9c9c83dffc.tar.xz
puppet-e4d59665b75c6a2cf0bc858bcf131d9c9c83dffc.zip
Added puppet branding to format patch command
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c0819aa04..7cc2959cb 100644
--- a/Rakefile
+++ b/Rakefile
@@ -112,7 +112,7 @@ task :mail_patches do
type, parent, name = $1, $2, $3
# Create all of the patches
- sh "git format-patch -C -M -s -n #{parent}..HEAD"
+ sh "git format-patch -C -M -s -n --subject-prefix='PATCH/puppet' #{parent}..HEAD"
# And then mail them out.