You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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
The text was updated successfully, but these errors were encountered: