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