Browse Source

Removes bogus auto-linking of stash messages

main
Eric Amodio 3 years ago
parent
commit
462c0b0b39
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/nodes/stashNode.ts

+ 1
- 1
src/views/nodes/stashNode.ts View File

@ -74,7 +74,7 @@ export class StashNode extends ViewRefNode
// eslint-disable-next-line no-template-curly-in-string
item.tooltip = CommitFormatter.fromTemplate('${ago} (${date})\n\n${message}', this.commit, {
dateFormat: Container.config.defaultDateFormat,
messageAutolinks: true,
// messageAutolinks: true,
});
return item;

Loading…
Cancel
Save