From 806f49f4b4aa44471d62bd2e1e3c48ed7c11992e Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Mon, 1 Jun 2009 07:38:30 +1000 Subject: Added facter branding to format patch command --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') 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. -- cgit