-
-
Notifications
You must be signed in to change notification settings - Fork 319
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
[feature request] git blame #686
Comments
It's been >1 year. Are there any plans to implement this? |
I'd also be interested in this. Is there a philosophical objection to adding it or is it just a question of time? I'm not familiar with the code of |
Although I just looked into it and it seems you can do: let blameResponse = await this.git.raw(['blame', path]); Which is maybe good enough? |
Hello, you're quite right... it just comes down to time to dedicate to the project. If you'd like to create a task - use https://github.com/steveukx/git-js/blob/main/simple-git/src/lib/tasks/count-objects.ts as an example of how the tasks are created, the types are set up and added to the main simple-git prototype. The response parsing generally runs line by line, parse-pull.ts is an example of complex response parsing using multiple line parsers. |
It would be great to have git blame functionality!
The text was updated successfully, but these errors were encountered: