Represents an entry in a parsed Git commit object.
Implements comparison using sortName.
Sort key to be used when constructing a tree object.
Object identifier of the entry's contents. Could be a tree or blob ID.
POSIX mode. E.g., will be 100644 or 100755 for files.
Name within this subtree.
See Implementation
Represents an entry in a parsed Git commit object.