How to get git log the selected row Data?
已回答
I don't know how to get row data use right-click action.
I want to save the row Data .
and Is there a selected event? I want to use the event do something.

请先登录再写评论。
You can read information from the AnActionEvent event in the actionPerformed method.
Check the GitShowCommitInLogAction file for more details.
I get it . Thank you so much.