You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a mailto: link to the author on the commit details hover — closes #642
Adds support for customizing the layout of the commit details hover
Adds a gitlens.hovers.detailsMarkdownFormat setting to specify the format (in markdown) of the commit details hover
Adds the author's e-mail to the tooltip of commits in the views — closes #642
Adds a new author e-mail format token (${email}) — closes #642
Supported in the following settings: gitlens.blame.format, gitlens.currentLine.format, gitlens.hovers.detailsMarkdownFormat, gitlens.views.commitFormat, gitlens.views.commitDescriptionFormat, gitlens.views.stashFormat, gitlens.views.stashDescriptionFormat, and gitlens.statusBar.format
Changed
Changes the sorting of remotes in the Repositories view to sort the default remote first
Changes relative date formatting of the last fetched date of repositories in the Repositories view to instead use an absolute format and will additionally add the time of day if less than a day has passed
This avoids having to periodically refresh the repository (which causes all of its children to re-render) in order to update the relative time
Fixes #633 - Compare File with Previous Revision doesn't work if path contains '#'
Fixes #635 - Show more commit not working properly
Fixes an issue where the Open File, Open File on Remote, and Copy Remote Url to Clipboard commands didn't always work on changed files in the Repositories view
Fixes an issue where the default remote wasn't used first to provide automatic issue linking