Skip to content

Commit be1020e

Browse files
committed
Use a two-dash footer, like git format-patch
1 parent d60ce00 commit be1020e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/model/PatchBomb.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ case class PatchBomb(
2424
Email(
2525
addresses,
2626
subject = (prefixes :+ patchCommit.commit.subject).mkString(" "),
27-
bodyText = (fromBodyPrefixOpt.toSeq :+ s"${patchCommit.patch.body}\n---\n$footer").mkString("\n")
27+
bodyText = (fromBodyPrefixOpt.toSeq :+ s"${patchCommit.patch.body}\n--\n$footer").mkString("\n")
2828
)
2929
}
3030
}

0 commit comments

Comments
 (0)