mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
feat(blame): add bindings and api
This commit is contained in:
parent
9686d93935
commit
5ee0662376
62 changed files with 1390 additions and 4 deletions
|
@ -80,4 +80,9 @@ class Signature {
|
|||
|
||||
/// Releases memory allocated for signature object.
|
||||
void free() => bindings.free(_signaturePointer);
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return 'Signature{name: $name, email: $email, time: $time, offset: $offset}';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue