Module radicle_git_ext::commit::trailers

source ·

Structs§

  • A version of the Trailer which owns its token and value. Useful for when you need to carry trailers around in a long lived data structure.
  • A trailer is a key/value pair found in the last paragraph of a Git commit message, not including any patches or conflicts that may be present.
  • A Git commit’s set of trailers that are left in the commit’s message.

Traits§