Skip to content

Commit 26c6346

Browse files
committed
Changes default commit format in custom view
1 parent 3a17605 commit 26c6346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
},
416416
"gitlens.gitExplorer.commitFormat": {
417417
"type": "string",
418-
"default": "${message} \u00a0\u2022\u00a0 ${authorAgo} \u00a0\u2022\u00a0 ${id}",
418+
"default": "${message} \u00a0\u2022\u00a0 ${authorAgo} \u00a0 (${id})",
419419
"description": "Specifies the format of committed changes in the `GitLens` custom view\nAvailable tokens\n ${id} - commit id\n ${author} - commit author\n ${message} - commit message\n ${ago} - relative commit date (e.g. 1 day ago)\n ${date} - formatted commit date (format specified by `gitlens.statusBar.dateFormat`)\n ${authorAgo} - commit author, relative commit date\nSee https://github.com/eamodio/vscode-gitlens/wiki/Advanced-Formatting for advanced formatting"
420420
},
421421
"gitlens.gitExplorer.commitFileFormat": {

0 commit comments

Comments
 (0)