mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-06-24 01:39:26 -04:00
feat(reference): add ability to get log of reference
This commit is contained in:
parent
a97dcaa0d3
commit
58fa54f24a
5 changed files with 30 additions and 7 deletions
|
@ -47,6 +47,6 @@ class RefLogEntry {
|
|||
/// Returns the log message.
|
||||
String get message => bindings.entryMessage(_entryPointer);
|
||||
|
||||
/// Returns the committer of this entry.
|
||||
Map<String, String> get committer => bindings.entryCommiter(_entryPointer);
|
||||
/// Returns the committer of this entry (name, email, seconds from epoch).
|
||||
Map<String, Object> get committer => bindings.entryCommiter(_entryPointer);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue