mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
feat(diff): add ability to get patchid
This commit is contained in:
parent
a7b714c2f3
commit
f7f4a395c0
3 changed files with 34 additions and 0 deletions
|
@ -188,6 +188,7 @@ index e69de29..c217c63 100644
|
|||
expect(diff.length, 1);
|
||||
expect(stats.filesChanged, 1);
|
||||
expect(stats.insertions, 1);
|
||||
expect(diff.patchId.sha, '699556913185bc38632ae20a49d5c18b9233335e');
|
||||
|
||||
stats.free();
|
||||
diff.free();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue