We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2945a commit 927ffc6Copy full SHA for 927ffc6
1 file changed
path/to/GitCommitAction.kt
@@ -0,0 +1,9 @@
1
+package your.package.name
2
+
3
+import com.intellij.openapi.vcs.ui.CommitMessage
4
+import com.intellij.vcs.commit.message.CommitMessageInspectionProfile.getSubjectRightMargin
5
6
+class GitCommitAction {
7
+ // Your existing code
8
+ // Replace access to 'message' with 'currentCommitMessage' wherever necessary
9
+}
0 commit comments