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
Current we can get status for the commit (comparing parent). But can't get patch text.
I would like to have commit.patch to get patch text. Result will be similar to git diff shell command.
git diff <c1> <c2>
all_commits = repo.iter_commits('master') for commit in all_commits: print(commit.stats)
If the community is okay with this addition, i can work on this and raise a PR.
Thanks in advance, Durai Pandian
The text was updated successfully, but these errors were encountered:
That sounds like something useful worth having. Please feel free to sketch an implementation in a draft PR for early feedback.
Sorry, something went wrong.
No branches or pull requests
Current we can get status for the commit (comparing parent). But can't get patch text.
I would like to have commit.patch to get patch text. Result will be similar to git diff shell command.
If the community is okay with this addition, i can work on this and raise a PR.
Thanks in advance,
Durai Pandian
The text was updated successfully, but these errors were encountered: