feat(diff): add bindings and api

This commit is contained in:
Aleksey Kulikov 2021-09-14 19:55:25 +03:00
parent 2ae5751efa
commit a7b714c2f3
47 changed files with 1789 additions and 4 deletions

View file

@ -14,5 +14,6 @@ export 'src/tag.dart';
export 'src/treebuilder.dart';
export 'src/branch.dart';
export 'src/worktree.dart';
export 'src/diff.dart';
export 'src/error.dart';
export 'src/git_types.dart';