]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: grey out comment lines in commit message
authorWolfgang Faust <contrib-git@wolfgangfaust.com>
Wed, 4 Mar 2026 01:30:52 +0000 (17:30 -0800)
committerJohannes Sixt <j6t@kdbg.org>
Wed, 4 Mar 2026 07:04:37 +0000 (08:04 +0100)
commitbb52cdac6254c006e06bf0bb820268dcf024fc22
tree652013d6ce3d29a0900e96efd565a8163f259b56
parent8d55f6ec2547c307b149a5c345bd25100199ec2a
git-gui: grey out comment lines in commit message

Comment lines are stripped by wash_commit_message, but there is no
indication in the UI that they are special and will be removed.
Grey these lines out to indicate that they will be removed.

Signed-off-by: Wolfgang Faust <contrib-git@wolfgangfaust.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
git-gui.sh