Skip to content
Commit b6818732 authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

git-blame: Fix commit summary not available

This is a follow-up of my previous MR. The previous MR broke the
behaviour where we showed commit summary inline. This is now fixed.

To fix this, I had to switch to using `git blame -p` as the underlying
command to get blame info for a file. This I think is better because the
`p` switch is there for machine processing.
parent ed0997f4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment