List of usage examples for org.eclipse.jgit.revwalk RevCommit subclass-usage
From source file com.google.gerrit.server.git.CodeReviewCommit.java
/** Extended commit entity with code review specific metadata. */ public class CodeReviewCommit extends RevCommit { /** * Default ordering when merging multiple topologically-equivalent commits. * <p> * Operates only on these commits and does not take ancestry into account.
From source file com.google.gerrit.server.notedb.ChangeNotesCommit.java
/**
* Commit implementation with some optimizations for change notes parsing.
* <p>
* <ul>
* <li>Caches the result of {@link #getFooterLines()}, which is
* otherwise very wasteful with allocations.</li>
From source file org.eclipse.egit.core.internal.storage.KidCommit.java
class KidCommit extends RevCommit { static final KidCommit[] NO_CHILDREN = {}; KidCommit[] children = NO_CHILDREN; KidCommit(final AnyObjectId id) {
From source file org.nbgit.ui.log.RepositoryRevision.java
/**
* Describes log information for a file. This is the result of doing a
* cvs log command. The fields in instances of this object are populated
* by response handlers.
*
* @author Maros Sandor