Changes sha terminology to commit id

This commit is contained in:
Eric Amodio
2017-04-09 10:58:42 -04:00
parent 2a9b274920
commit 0854e0bcfb
6 changed files with 10 additions and 10 deletions

View File

@@ -66,7 +66,7 @@
"gitlens.blame.annotation.sha": {
"type": "boolean",
"default": true,
"description": "Specifies whether the commit sha will be shown in the blame annotations. Applies only to the `expanded` & `trailing` annotation styles"
"description": "Specifies whether the commit id (sha) will be shown in the blame annotations. Applies only to the `expanded` & `trailing` annotation styles"
},
"gitlens.blame.annotation.author": {
"type": "boolean",
@@ -470,7 +470,7 @@
},
{
"command": "gitlens.copyShaToClipboard",
"title": "Copy Commit Sha to Clipboard",
"title": "Copy Commit ID to Clipboard",
"category": "GitLens"
},
{