mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
docs(repository): clarify documentation for identity method
This commit is contained in:
parent
5264153749
commit
6c1735d67d
1 changed files with 2 additions and 0 deletions
|
@ -293,6 +293,8 @@ class Repository {
|
|||
}
|
||||
|
||||
/// Configured identity to use for reflogs.
|
||||
///
|
||||
/// Returns map with name as key and email as value.
|
||||
Map<String, String> get identity => bindings.identity(_repoPointer);
|
||||
|
||||
/// Whether repository was a shallow clone.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue