|
SlHelpers
|
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. | |
Signature is a representation of a git signature.