Skip to content
New issue

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

How to show code changes by user like git blame ? #222

Open
minicloudsky opened this issue Aug 1, 2024 · 2 comments
Open

How to show code changes by user like git blame ? #222

minicloudsky opened this issue Aug 1, 2024 · 2 comments

Comments

@minicloudsky
Copy link

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

@otakustay
Copy link
Owner

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?

@minicloudsky
Copy link
Author

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 ?
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants