zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
604 stars 71 forks source link

[BUG] AppCode I can't see every line of git info anymore #419

Closed baiyidjp closed 1 year ago

baiyidjp commented 1 year ago

Describe the bug I can't see every line of git info anymore

To Reproduce

Expected behavior I can see every line of git info anymore

Plugin version Exact plugin version. Eg. 212.8.4

IDE version AppCode 2022.2.2

Screenshots

iShot2022-10-13 13 46 48
baiyidjp commented 1 year ago
iShot2022-10-13 13 48 16

I can see when my commit is not committed

zielu commented 1 year ago

Hi, latest plugin version is 212.9.9 - could you try it ? If you are on latest and it still does not work can you run following in CLI and share the result ? git blame --incremental -l -t -w --encoding=UTF-8 <repository root relative path to your file>

baiyidjp commented 1 year ago

Hi, latest plugin version is 212.9.9 - could you try it ? If you are on latest and it still does not work can you run following in CLI and share the result ? git blame --incremental -l -t -w --encoding=UTF-8 <repository root relative path to your file>

First of all, thank you for your reply, my version is 212.9.9, then I uninstalled and reinstalled and it can be displayed normally