feat(mailmap): add bindings and api

This commit is contained in:
Aleksey Kulikov 2021-10-06 18:38:02 +03:00
parent caac6b2fd2
commit d40c65fa80
68 changed files with 1325 additions and 1 deletions

View file

@ -24,6 +24,7 @@ export 'src/credentials.dart';
export 'src/blame.dart';
export 'src/note.dart';
export 'src/rebase.dart';
export 'src/mailmap.dart';
export 'src/features.dart';
export 'src/error.dart';
export 'src/git_types.dart';