= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package git
-
git
-
-
git.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Commits.
type t = {
tree : Hash.Tree.t;
parents : Hash.Commit.t list;
author : User.t;
committer : User.t;
message : string;
}
A commit is a tree snapshot, with some credentials (eg. we can find who created the initial snapshot, and who added it to to store) and a message explaining what the snapshot contains.