We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
files
The current compareCommits does git diff between two commits, but returns only limited comparison results: https://github.com/SpinlockLabs/github.dart/blob/master/lib/src/common/model/repos.dart#L9-L14
compareCommits
Based on api: https://docs.github.com/en/rest/reference/repos#compare-two-commits, files property plays an important role in determining what files are changed. However it is missing in the above compareCommits function.
Our use case is git diff between two commits and need to know if one is the revert of the other.
The text was updated successfully, but these errors were encountered:
👋 Thanks for reporting! @robrbecker will take a look.
Sorry, something went wrong.
No branches or pull requests
The current
compareCommits
does git diff between two commits, but returns only limited comparison results:https://github.com/SpinlockLabs/github.dart/blob/master/lib/src/common/model/repos.dart#L9-L14
Based on api: https://docs.github.com/en/rest/reference/repos#compare-two-commits,
files
property plays an important role in determining what files are changed. However it is missing in the abovecompareCommits
function.Our use case is git diff between two commits and need to know if one is the revert of the other.
The text was updated successfully, but these errors were encountered: