Package org.eclipse.jgit.pgm.debug
Class WriteReftable.LogEntry
java.lang.Object
org.eclipse.jgit.pgm.debug.WriteReftable.LogEntry
- Enclosing class:
WriteReftable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static int
-
Field Details
-
ref
-
updateIndex
final long updateIndex -
who
-
oldId
-
newId
-
message
-
-
Constructor Details
-
LogEntry
LogEntry(String ref, long updateIndex, PersonIdent who, ObjectId oldId, ObjectId newId, String message)
-
-
Method Details
-
compare
-