mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
feat(merge)!: add more bindings and API methods (#24)
This commit is contained in:
parent
561986ebfd
commit
9791b6324c
5 changed files with 394 additions and 41 deletions
|
@ -115,7 +115,7 @@ void main() {
|
|||
expect(revspec.to?.oid.sha, '5aecfa0fb97eadaac050ccb99f03c3fb65460ad4');
|
||||
expect(revspec.flags, {GitRevSpec.range, GitRevSpec.mergeBase});
|
||||
expect(
|
||||
repo.mergeBase(a: revspec.from.oid, b: revspec.to!.oid),
|
||||
repo.mergeBase([revspec.from.oid, revspec.to!.oid]),
|
||||
isA<Oid>(),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue