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

Documentation or text token is wrong #70

Closed MisLink closed 4 years ago

MisLink commented 4 years ago

Message tokens section shows tokens of author and committer email are ${author.email} and ${committer.email}, but the code shows they are ${author.mail} and ${committer.mail}. One of them must be wrong...

Sertion commented 4 years ago

Greetings MisLink.

Thank you for finding this. The right one is .mail in both cases. I will update this in the next version.