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

defaultWebPath handles plural not correctly #30

Closed HCoban closed 6 years ago

HCoban commented 6 years ago

Shouldn't below conditional return the opposite like

isPlural ? "commits" : "commit"

Currently it is

https://github.com/Sertion/vscode-gitblame/blob/f1a17b6ab403f47e5922a1e5b1a88aac8b7dd4cd/src/git/blame.ts#L123

If this was a mistake I can make a pull request and fix it. Thanks

Sertion commented 6 years ago

Nice catch.