git_dag.git_objects.GitCommitRawDataType¶
- git_dag.git_objects.GitCommitRawDataType¶
Type of the data associated with a git commit object.
value
str
is for the tree associated with a commit valuelist[str]
is for the parents (there can be 0, 1 or many).alias of
dict
[str
,str
|list
[str
]]