Replies: 1 comment
|
This just invokes the In order to get diffs, the higher-level API is needed, but I am not sure if diffs can be specified using the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to compare the diffs between two branches for a git forge project and I tried using:
But the diff result is a string and I need a diff object.
Is there a way to create a diff object from this string?
All reactions