|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.merge.SquashMessageFormatter
public class SquashMessageFormatter
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 | |
---|---|
SquashMessageFormatter()
Create a new squash message formatter. |
Method Summary | |
---|---|
java.lang.String |
format(java.util.List<RevCommit> squashedCommits,
Ref target)
Construct the squashed commit message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SquashMessageFormatter()
Method Detail |
---|
public java.lang.String format(java.util.List<RevCommit> squashedCommits, Ref target)
squashedCommits
- the squashed commitstarget
- the target branch
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |