diff options
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |