Struct git_object::commit::ExtraHeaders [−][src]
pub struct ExtraHeaders<I> { /* fields omitted */ }Implementations
Instantiation and convenience.
Create a new instance from an iterator over tuples of (name, value) pairs.
Find the value of the first header with the given name.
Return an iterator over all values of headers with the given name.
Return an iterator over all git mergetags.
A merge tag is a tag object embedded within the respective header field of a commit, making it a child object of sorts.
Return the cryptographic signature provided by gpg/pgp verbatim.