SlHelpers
Loading...
Searching...
No Matches
SlGit::Signature Class Reference

Signature is a representation of a git signature. More...

#include <Misc.h>

Public Member Functions

std::string name () const noexcept
 Get the name in this Signature.
std::string email () const noexcept
 Get the email in this Signature.
GitTy * signature () const noexcept
 Get the stored pointer to libgit2's git_signature.
 operator GitTy * () const noexcept
 Alias for signature() – implicit conversion.

Static Public Member Functions

static std::optional< Signature > now (const std::string &name, const std::string &email)
 Create a new Signature with name and email.

Detailed Description

Signature is a representation of a git signature.


The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/slhelpers-20260428.f233ce9-build/slhelpers-20260428.f233ce9/include/git/Misc.h