summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-06-01 07:38:30 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-06-01 07:38:30 +1000
commit806f49f4b4aa44471d62bd2e1e3c48ed7c11992e (patch)
tree7e42aa83cc0c466ed9a457b89589d7679c954120 /Rakefile
parent96c015cb651e0e3781755cac2974c02c6bb831ae (diff)
downloadfacter-806f49f4b4aa44471d62bd2e1e3c48ed7c11992e.tar.gz
facter-806f49f4b4aa44471d62bd2e1e3c48ed7c11992e.tar.xz
facter-806f49f4b4aa44471d62bd2e1e3c48ed7c11992e.zip
Added facter 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 cf824f5..21e8d6e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -89,7 +89,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/facter' #{parent}..HEAD"
# And then mail them out.