]> git.ipfire.org Git - thirdparty/git.git/commit
config: add 'gently' parameter to format_config()
authorDerrick Stolee <stolee@gmail.com>
Mon, 23 Feb 2026 12:26:44 +0000 (12:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Feb 2026 21:23:40 +0000 (13:23 -0800)
commit12210d034635e6e558f23505ef3edaedd870097e
treeb5c904761968143865918da78f4cf42f2383c90d
parent25ede48b5406524d1a6b900e400f593c0b9a34dd
config: add 'gently' parameter to format_config()

This parameter is set to 0 for all current callers and is UNUSED.
However, we will start using this option in future changes and in a
critical change that requires gentle parsing (not using die()) to try
parsing all values in a list.

Signed-off-by: Derrick Stolee <stolee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/config.c