Returns the basic level of commit meta-data: author, time, subject. These details will be displayed in the log table.
An instance of this object can be obtained via
VcsLogObjectsFactory#createShortDetails
.
It is not recommended to create a custom implementation of this interface, but if you need it,
make sure to implement equals()
and hashcode()
so that they consider only the Hash, i.e. two VcsShortCommitDetails are equal if and only if they have equal
hash codes. The VCS Log framework heavily relies on this fact.