What does commit object contain?
Reference to parent commit objects and a set of files, representing the state of a project at a given point of time, and an SHA1 name, a 40-character string that uniquely identifies the commit object.
An SHA1 name, a 40-character string that uniquely identifies the commit object.
Reference to parent commit objects.
A set of files, representing the state of a project at a given point of time.