GitTrailers.Trailer (GitTrailers v1.0.0)

View Source

A parsed Git trailer and its exact source text.

value is unfolded by default. raw preserves the complete physical source lines and line endings, while separator records the character that was actually parsed.

Summary

Types

t()

@type t() :: %GitTrailers.Trailer{
  key: binary(),
  raw: binary(),
  separator: binary(),
  value: binary()
}