I want to get commits of a repository using GitHub API and I need following data commit id,commit messages(full not truncated),author name and email,date and time,branch name and repo name,and patch and patch subject.
I tried using GitHub API of getting all commits and patches but commit messages are showing Unicode character at end signalling truncated message and in patches attribute all patches are not retrieved of particular commit only 10-20 patches are retrieved.Do you guys have any solution.
kirrat shaikh is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.