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 git notes support via ${notes} format token - closes#2432
- Adds ${notes} token to CommitFormatter for inline blame, hovers, and status bar
- Adds %N to log parser commits mapping for notes from git log
- Adds getCommitNotes() sub-provider method using git notes show
- Adds ensureNotes() on GitCommit with @gate() and cancellation support
- Adds notes to settings preview and settings HTML token documentation
- Updates logParser tests for new notes field
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8
8
9
9
### Added
10
10
11
+
- Adds support for displaying git notes in blame annotations, hovers, and status bar via the `${notes}` format token ([#2432](https://github.com/gitkraken/vscode-gitlens/issues/2432)) thanks to [PR #5085](5085) by Matt M ([@Mattwmaster58](https://github.com/Mattwmaster58))
11
12
- Adds a conflict files panel to the _Interactive Rebase_ editor — shows conflicting files with per-file conflict counts, conflict status indicators, and actions to view current or incoming changes ([#5040](https://github.com/gitkraken/vscode-gitlens/issues/5040))
12
13
- Adds branch activity dates to the _Home_ view recents — sorts by most recent activity and displays the most relevant activity label ([#5034](https://github.com/gitkraken/vscode-gitlens/issues/5034))
- Daniel Asher ([@danielasher115](https://github.com/danielasher115)) —[contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=danielasher115)
451
+
- Matt M ([@Mattwmaster58](https://github.com/Mattwmaster58)) —[contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=Mattwmaster58)
451
452
452
453
Also special thanks to the people that have provided support, testing, brainstorming, etc:
0 commit comments