-
Notifications
You must be signed in to change notification settings - Fork 49
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
Any plans to add blame command? #59
Comments
+1 |
Hi fugitive and vim-gita already implement nice git blame feature (gita's one is really nice, have a look). Actually, both existing solutions seems OK to me. I don't intend to copy something working well. But if you have any idea of a git blame integrating well in the magit workflow, let me know! I'll check how emacs magit handles got blame, to see if it is inspiring. |
Yeah, vim-gita is awesome but I'd rather not load separate vim plugin just to have nice looking blame interface. Let me know if you need any help with developing this one. |
As I don't see what vimagit could bring more for git blame vim integration, I don't plan to implement it.
If you can see a way where the vimagit workflow could integrate a git blame output in an interesting manner, I would be happy to see it! Feel free to reopen this ticket in this case. |
@jreybert why vimagit has to bring more to git blame then fugitive or gita? Most of people want to use only one git plugin, and as @dkns noted, pulling in another plugin just to use single feature is redundant. |
Hi @kristijanhusak . You are quite right, use only one plugin would be better. But:
So, I am sorry, but integrate a blame feature in vimagit is very low priority... |
You make a point. I remove the rejected flag and reopen the issue. @dkns, if you are still interested to develop this new feature, feel free! |
Hi, awesome plugin! Thanks a lot for creating it. One thing I would love to see is blame command implemented. Any plans to add it in the future?
The text was updated successfully, but these errors were encountered: