refactor(merge)!: move merge related methods into Merge class (#41)

This commit is contained in:
Aleksey Kulikov 2022-01-25 18:53:04 +03:00 committed by GitHub
parent e7c18c35e2
commit 570c696269
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 393 additions and 348 deletions

View file

@ -12,6 +12,7 @@ export 'src/git_types.dart';
export 'src/index.dart';
export 'src/libgit2.dart';
export 'src/mailmap.dart';
export 'src/merge.dart';
export 'src/note.dart';
export 'src/odb.dart';
export 'src/oid.dart';