1

I used to be able to do :Gblame in a file and see the author and commit message for each line in the file. But that setup is lost. In my current vimrc setup I get this output:

d94c4702 src/components/questions/Question.tsx 30 (Martin 2017-11-29>|

I'd love to format it to look something like this: $sha $commit_message

Any idea how I can make that happen?

martins
  • 9,669
  • 11
  • 57
  • 85

1 Answers1

1

I don't remember ever seeing a commit summary (1st line of commit) with :Gblame. I see the following: sha, author, date/time, text.

However you can use Fugitive Blame Extension to echo the commit message summary.

Peter Rincker
  • 43,539
  • 9
  • 74
  • 101