How to show code changes by user like git blame ?
I want to show code changes by git user, like git blame,how to implement it with react-diff-view ?
for example
Tom some codes Tom some codes ... Jack some codes Jack some codes
For git blame I believe its something about "author and date of each change", would you like to add these for each line of diff, or for hunks (a bunch of lines), or others?
For git blame I believe its something about "author and date of each change", would you like to add these for each line of diff, or for hunks (a bunch of lines), or others?
yes,I hope to show git blame info like jetbrains IDE,how to add these info with react-diff-view ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.