public class MergeMessageFormatter extends Object
The format should be the same as C Git does it, for compatibility.
Constructor | Description |
---|---|
MergeMessageFormatter() |
Modifier and Type | Method | Description |
---|---|---|
String |
format(List<Ref> refsToMerge,
Ref target) |
Construct the merge commit message.
|
String |
formatWithConflicts(String message,
List<String> conflictingPaths) |
Add section with conflicting paths to merge message.
|
Copyright © 2018. All rights reserved.