Java org.eclipse.jgit.util ChangeIdUtil fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.util ChangeIdUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.util ChangeIdUtil.

The text is from its open source code.

Method

ObjectIdcomputeChangeId(final ObjectId treeId, final ObjectId firstParentId, final PersonIdent author, final PersonIdent committer, final String message)
Compute a Change-Id.
intindexOfChangeId(String message, String delimiter)
Return the index in the String message where the Change-Id entry in the footer begins.
StringinsertId(String message, ObjectId changeId)
Find the right place to insert a Change-Id and return it.
StringinsertId(String message, ObjectId changeId, boolean replaceExisting)
Find the right place to insert a Change-Id and return it.