feat(patch): add bindings and api

This commit is contained in:
Aleksey Kulikov 2021-09-16 16:35:37 +03:00
parent f7f4a395c0
commit 344dba60e9
11 changed files with 1087 additions and 47 deletions

View file

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