git blame for IntelliJ IDEA 中的星号是什么意思?

What does an asterisk mean in git blame for IntelliJ IDEA?

谁能告诉我 Intellij IDEA 中 git blame 注释中的“*”是什么意思?

official source

所述

Annotations for lines modified in the current revision, are marked with bold type and an asterisk.

文档说:

Annotations for lines modified in the current revision, are marked with bold type and an asterisk.

但我认为重要的是要澄清这指的是在文件的当前版本中修改的行,而不是存储库的当前版本。

我认为更清晰的表达方式是:

Annotations for the most recently changed lines in the file are marked with bold type and an asterisk.