Package org.eclipse.jgit.merge
Class SquashMessageFormatter
- java.lang.Object
-
- org.eclipse.jgit.merge.SquashMessageFormatter
-
public class SquashMessageFormatter extends Object
Formatter for constructing the commit message for a squashed commit.The format should be the same as C Git does it, for compatibility.
-
-
Constructor Summary
Constructors Constructor Description SquashMessageFormatter()
Create a new squash message formatter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(List<RevCommit> squashedCommits, Ref target)
Construct the squashed commit message.
-