Replies: 1 comment 12 replies
-
This is a common question. Please help me understand why so I can better document it.
The blame window only shows the SHA, the author, and the date. What is the implied next step that leads you to the conclusion that it was a style/indentation change? |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One thing that happens a lot to me when I use :Git blame is that I locate the commit where a line has last changed, but it turns out that that change was only fixing the style/indentation. I haven't found a way to use the fugitive plugin to easily reblame on previous revision of a file. I initially thought that the '-' key would help me do that, but either I am not using it correctly, or it does not actually do what I thought it would.
Is there anyway to support this kind of functionality so we can easily walk our way back the revision tree using blame?
Beta Was this translation helpful? Give feedback.
All reactions