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 the following command-links to the `details` hover annotation
66
+
- Clicking the commit id will run the `Show Commit Details` command (`gitlens.showQuickCommitDetails`)
67
+
- Adds the following command-links to the `changes` hover annotation
68
+
- Clicking on `Changes` will run the `Compare File Revisions` command (`gitlens.diffWith`)
69
+
- Clicking the current and previous commit ids will run the `Show Commit Details` command (`gitlens.showQuickCommitDetails`)
70
+
71
+
- Adds support for remote services with custom domains -- closes [#120](https://github.com/eamodio/vscode-gitlens/issues/120)
72
+
- Adds support for the Bitbucket Server (previously called Stash) remote service -- closes [#120](https://github.com/eamodio/vscode-gitlens/issues/120)
73
+
- Adds `gitlens.blame.ignoreWhitespace` setting to specify whether or not to ignore whitespace when comparing revisions during blame operations -- closes [#138](https://github.com/eamodio/vscode-gitlens/issues/138)
- Adds `Open Branches in Remote` command (`gitlens.openBranchesInRemote`) - opens the branches in the supported remote service
70
76
- Adds `Stash Changes` command (`gitlens.stashSave`) to the source control group context menu -- can now stash a group of files
@@ -97,7 +103,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
97
103
- Fixes an issue where double hover annotations could be shown on blank lines
98
104
- Fixes an issue where remote branches couldn't be opened properly in their remote service
99
105
- Fixes [#130](https://github.com/eamodio/vscode-gitlens/issues/130) - First-run "Thank you for choosing GitLens! [...]" info message shown on every start up
100
-
- Fixes [#120](https://github.com/eamodio/vscode-gitlens/issues/120) - Feature Request: "Open in Remote" support for custom repositories
101
106
- Fixes an issue where sometimes diffs (via branch name) wouldn't open properly
102
107
- Fixes an issue where remotes are queried more than once on startup
0 commit comments