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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased]
8
8
9
+
## Added
10
+
11
+
- Adds a new experimental _Incoming Activity_ node to each repository in the _Repositories_ view (enabled via `"gitlens.insiders": true`) — closes [#735](https://github.com/eamodio/vscode-gitlens/issues/735)
12
+
-**Incoming Activity**— lists the recent incoming activity (merges and pulls) to your local repository
13
+
- Provides the activity command, branch (if available), and date
14
+
- A context menu provides access to the _Refresh_ command
15
+
- Each activity expands to list the commits added by the command
16
+
- 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
17
+
- A context menu provides access to more common revision (commit) commands
18
+
- Each revision (commit) expands to list its set of changed files, complete with status indicators for adds, changes, renames, and deletes
19
+
- 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
20
+
- A context menu provides access to more common file revision commands
21
+
9
22
## Fixed
10
23
11
24
- Fixes issues with the _Show More Actions_ button on the _Details_ hover not working with renamed files
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,6 +316,17 @@ The repositories view provides the following features,
316
316
- 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
317
317
- A context menu provides access to more common file revision commands
318
318
319
+
-**Incoming Activity**— lists the recent incoming activity (merges and pulls) to your local repository (experimental, enabled via `"gitlens.insiders": true`)
320
+
321
+
- Provides the activity command, branch (if available), and date
322
+
- A context menu provides access to the _Refresh_ command
323
+
- Each activity expands to list the commits added by the command
324
+
- 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
325
+
- A context menu provides access to more common revision (commit) commands
326
+
- Each revision (commit) expands to list its set of changed files, complete with status indicators for adds, changes, renames, and deletes
327
+
- 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
328
+
- A context menu provides access to more common file revision commands
329
+
319
330
-**Remotes**— lists the remotes in the repository
320
331
321
332
- Provides the name of each remote, an indicator of the direction of the remote (fetch, push, both), remote service (if applicable), and repository path
0 commit comments