public class MergeMessageFormatter extends Object
The format should be the same as C Git does it, for compatibility.
Constructor and Description |
---|
MergeMessageFormatter() |
Modifier and Type | Method and 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 © 2020 Eclipse JGit Project. All rights reserved.