mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 12:49:08 -04:00
refactor(merge)!: move merge related methods into Merge class
This commit is contained in:
parent
e7c18c35e2
commit
615df610aa
8 changed files with 393 additions and 348 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue