diff --git a/lib/src/repository.dart b/lib/src/repository.dart index 3ccd1d2..7eb417c 100644 --- a/lib/src/repository.dart +++ b/lib/src/repository.dart @@ -293,6 +293,8 @@ class Repository { } /// Configured identity to use for reflogs. + /// + /// Returns map with name as key and email as value. Map get identity => bindings.identity(_repoPointer); /// Whether repository was a shallow clone.