]> git.ipfire.org Git - thirdparty/git.git/commit
config: format int64s gently
authorDerrick Stolee <stolee@gmail.com>
Mon, 23 Feb 2026 12:26:46 +0000 (12:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Feb 2026 21:23:40 +0000 (13:23 -0800)
commitd744923fefb294c835d18883bac62f85ff55fc9f
tree22150fbf4cee2b23808396af08e2e66a69eb2c24
parent1ef1f9d53a1607dd8fd38e0dbae67e405c3b3563
config: format int64s gently

Move the logic for formatting int64 config values into a helper method
and use gentle parsing when needed.

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