Jido.VFS.Revision (Jido.VFS v1.0.0)

View Source

Represents a revision/commit in Jido.VFS.

Contains metadata about a specific point in the repository's history.

Summary

Types

t()

@type t() :: %Jido.VFS.Revision{
  author_email: String.t(),
  author_name: String.t(),
  message: String.t(),
  sha: String.t(),
  timestamp: DateTime.t()
}