]> Kevux Git Server - rit/commit
format.commitListFormat: strip meaning from empty
authorMirko Faina <mroik@delayed.space>
Mon, 23 Mar 2026 16:57:32 +0000 (17:57 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2026 20:06:59 +0000 (13:06 -0700)
commit24d174f9917cce804c9057061f7da0dbd3b88a24
tree57a58e36726dd1a8e1160103cefc73eaa9cd4c1e
parent344f00ef9d0863f8b05e26253664fa6993ac5ac9
format.commitListFormat: strip meaning from empty

The configuration variable format.commitListFormat allows for an empty
value. This is unusual and can create issues when interacting with this
configuration variable through the CLI.

Strip meaning to format.commitListFormat with an empty value.

Signed-off-by: Mirko Faina <mroik@delayed.space>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c
t/t4014-format-patch.sh