From 5947ae58de138e9b8bd73965242418cd28b0a5b9 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 14 Sep 2018 01:59:50 -0400 Subject: [PATCH] Adds changes into commit format in explorers --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f0b2c9..7266c26 100644 --- a/package.json +++ b/package.json @@ -451,7 +451,7 @@ }, "gitlens.explorers.commitFormat": { "type": "string", - "default": "${message} • ${authorAgoOrDate}${ (id)}", + "default": "${message} • ${authorAgoOrDate}${ • changes}${ (id)}", "description": "Specifies the format of committed changes in the `Repositories` and `Results` explorers\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.defaultDateFormat`)\\n ${agoOrDate} - commit date specified by `gitlens.defaultDateStyle`\n ${authorAgo} - commit author, relative commit date\n ${authorAgoOrDate} - commit author, commit date specified by `gitlens.defaultDateStyle`\nSee https://github.com/eamodio/vscode-gitlens/wiki/Advanced-Formatting for advanced formatting", "scope": "window" },