]> git.99rst.org Git - git.git/commit
git-gui: allow larger width for the commit message field
authorAlexander Shopov <redacted>
Fri, 19 Jun 2026 15:12:57 +0000 (17:12 +0200)
committerAlexander Shopov <redacted>
Tue, 23 Jun 2026 17:48:05 +0000 (19:48 +0200)
commitb4d47b7c106a6627b7a6fa87bb68def2465dc5c9
tree2c727aafa0db0edb97bd608cc91d09bfd60767ba
parent236d0718db783c15c52c2dad2c153068bb98ae7a
git-gui: allow larger width for the commit message field

Users may like to make the main window very wide. In this case, a rather
small size of the commit message field leaves a wide unused space at the
bottom-right. Allow settting the field width to values much larger than
99 characters. In fact, users can set it to extreme values to fill the
entire space regardless of window width: the widget geometry will be
negotiated to be limited to the available space despite the large
requested width.

Signed-off-by: Alexander Shopov <redacted>
lib/option.tcl
git clone https://git.99rst.org/PROJECT