Skip to content

Commit 9b271d0

Browse files
committed
v11.1.0
1 parent bb6c8b7 commit 9b271d0

14 files changed

+713
-329
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 11.1.0 (xxx xx, 2024)
4+
* Feature: Adding a new setting that modifies the `user.name` and `committer.name` token: `gitblame.currentUserAlias`. [#181](https://github.com/Sertion/vscode-gitblame/issues/181) Thanks to [Antecer](https://github.com/Antecer)
5+
* When set its value will be printed instead of the name when the commit author or committer email matches the current git config `user.email`.
6+
*
7+
* Fix: Updating dependencies
8+
39
## 11.0.2 (July 17, 2024)
410
* Feature: Adding logging behind the `debug` and `trace` levels.
511
* Fix: Updating dependencies

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,13 @@ To enable the inline git blame view. Shows blame information at the end of the c
114114
115115
The amount of margin between line and inline blame view
116116

117+
### `gitblame.currentUserAlias`
118+
> Type: `string` or `null`
119+
120+
> Default value: `null`
121+
122+
Replaces `${author.name}` and `${committer.name}` when the git config `user.email` matches the author's or committer's email address.
123+
117124
### `gitblame.delayBlame`
118125
> Type: `number`
119126

0 commit comments

Comments
 (0)