Sertion / vscode-gitblame

Visual Studio Code Extension - See Git Blame info in status bar.
https://marketplace.visualstudio.com/items/waderyan.gitblame
MIT License
72 stars 31 forks source link

First name only? #159

Closed ipkpjersi closed 8 months ago

ipkpjersi commented 8 months ago

Hi,

I might be mistaken but I seem to be having trouble getting it to display the author's first name only, is this not possible?

Cheers.

Sertion commented 8 months ago

Hey ipkpjersi!

The "author" (or "committer") in git is stored as two strings and often printed as %an <%ae>. I do not want to do any parsing or modifications of that information.

Therefore it is not possible to print only part of a name.