Browse Source

Changes default commit format in custom view

main
Eric Amodio 7 years ago
parent
commit
26c6346b84
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package.json

+ 1
- 1
package.json View File

@ -415,7 +415,7 @@
},
"gitlens.gitExplorer.commitFormat": {
"type": "string",
"default": "message\u00a0\u2022\u00a0{authorAgo} \u00a0\u2022\u00a0 ${id}",
"default": "message\u00a0\u2022\u00a0{authorAgo} \u00a0 (${id})",
"description": "Specifies the format of committed changes in the `GitLens` custom view\nAvailable tokens\n idcommitid\n{author} - commit author\n messagecommitmessage\n{ago} - relative commit date (e.g. 1 day ago)\n dateformattedcommitdate(formatspecifiedbygitlens.statusBar.dateFormat)\n{authorAgo} - commit author, relative commit date\nSee https://github.com/eamodio/vscode-gitlens/wiki/Advanced-Formatting for advanced formatting"
},
"gitlens.gitExplorer.commitFileFormat": {

||||||
x
 
000:0
Loading…
Cancel
Save