public class SquashMessageFormatter extends Object
The format should be the same as C Git does it, for compatibility.
Constructor and Description |
---|
SquashMessageFormatter()
Create a new squash message formatter.
|
Modifier and Type | Method and Description |
---|---|
String |
format(List<RevCommit> squashedCommits,
Ref target)
Construct the squashed commit message.
|
Copyright © 2020 Eclipse JGit Project. All rights reserved.