Skip to content

[FEATURE] Warn when commit subject line goes beyond a certain number of characters #201

@WrichikBasu

Description

@WrichikBasu

It is customary to limit the commit subject line to 50 characters. The subject line should be a synopsis; the details should go into the commit body. GitHub, for instance, trims the subject line to 50 characters, and shows the characters beyond that in the body of the commit.

JetBrains IDEs like IntelliJ IDEA, Android Studio and PyCharm have an option to show a warning if the commit subject line goes beyond a certain number of characters. It's switched off by default, but can be enabled independently in each project.

It would be extremely helpful if such a warning can be shown in this application too! I checked the Preferences window, but couldn't find any setting for that, so I assume this has not been implemented yet. If I am wrong, and this feature already exists, please let me know where to find it.

I have been using this application for the last few days, and find it extremely helpful. Especially because it can GPG-sign the commits, which no other git GUI application does currently (I have been through a lot of them, and every one lacks this feature.) Will be immensely helpful if this warning feature is implemented.

In case it matters, I am on Ubuntu 22.04.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions