parents property

List<String?>? parents
getter/setter pair

The SHAs of the commits that were the parents of this commit. If omitted or empty, the commit will be written as a root commit.

Implementation

List<String?>? parents;