Added
- Adds a new experimental Incoming Activity node to each repository in the Repositories view (enabled via
"gitlens.insiders": true
) — closes #735- Incoming Activity — lists the recent incoming activity (merges and pulls) to your local repository
- Provides the activity command, branch (if available), and date
- A context menu provides access to the Refresh command
- Each activity expands to list the commits added by the command
- An inline toolbar provides quick access to the Compare with HEAD (
alt-click
for Compare with Working Tree), Copy Commit ID to Clipboard (alt-click
for Copy Commit Message to Clipboard), and Open Commit on Remote (if available) commands - A context menu provides access to more common revision (commit) commands
- Each revision (commit) expands to list its set of changed files, complete with status indicators for adds, changes, renames, and deletes
- An inline toolbar provides quick access to the Open File, Copy Commit ID to Clipboard (
alt-click
for Copy Commit Message to Clipboard), and Open File on Remote (if available) commands - A context menu provides access to more common file revision commands
- An inline toolbar provides quick access to the Open File, Copy Commit ID to Clipboard (
- An inline toolbar provides quick access to the Compare with HEAD (
- Provides the activity command, branch (if available), and date
- Incoming Activity — lists the recent incoming activity (merges and pulls) to your local repository
Fixed
- Fixes issues with the Show More Actions button on the Details hover not working with renamed files
- Fixes issues with the Open File, Open Files, Open All Changes with Working Tree, and Apply Changes commands in the views not working with renamed files
- Fixes issues with the Open File, Open Files, and Apply Changes commands in the quick pick menus not working with renamed files
- Fixes issues with the Show Stashed Changes (
gitlens.showQuickStashList
) command and multiple repositories