Jido.VFS.Adapter.Git.Config (Jido.VFS v1.0.0)

View Source

Runtime configuration for the Git adapter.

Summary

Functions

Builds the default commit message for auto-generated Git commits.

Types

t()

@type t() :: %Jido.VFS.Adapter.Git.Config{
  author_email: String.t(),
  author_name: String.t(),
  auto_commit?: boolean(),
  branch: String.t(),
  commit_message: (map() -> String.t()),
  local_config: map(),
  repo_path: String.t()
}

Functions

default_commit_message(map)

@spec default_commit_message(%{operation: term(), path: term()}) :: String.t()

Builds the default commit message for auto-generated Git commits.