Przeglądaj źródła

Adds open repo in remote command to repo node

Adds compare with branch command to source control resource
main
Eric Amodio 7 lat temu
rodzic
commit
f9a3c2803b
2 zmienionych plików z 13 dodań i 0 usunięć
  1. +3
    -0
      CHANGELOG.md
  2. +10
    -0
      package.json

+ 3
- 0
CHANGELOG.md Wyświetl plik

@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added
- Adds `Compare File with Branch...` command (`gitlens.diffWithBranch`) to source control resource context menu
- Adds `Open Repository in Remote` command (`gitlens.openRepoInRemote`) to repository node(s) of the `GitLens` custom view
## [6.0.0-alpha1] - 2017-10-24

+ 10
- 0
package.json Wyświetl plik

@ -1656,6 +1656,11 @@
"group": "1_gitlens@1"
},
{
"command": "gitlens.diffWithBranch",
"when": "gitlens:enabled",
"group": "1_gitlens@2"
},
{
"command": "gitlens.showQuickFileHistory",
"when": "gitlens:enabled",
"group": "1_gitlens_1@1"
@ -1830,6 +1835,11 @@
"group": "1_gitlens@2"
},
{
"command": "gitlens.openRepoInRemote",
"when": "gitlens:hasRemotes && view == gitlens.gitExplorer && viewItem == gitlens:repository",
"group": "1_gitlens@1"
},
{
"command": "gitlens.stashSave",
"when": "view == gitlens.gitExplorer && viewItem == gitlens:stashes",
"group": "1_gitlens@1"

Ładowanie…
Anuluj
Zapisz