]> git.ipfire.org Git - thirdparty/git.git/commit
parse-options: introduce precision handling for `OPTION_UNSIGNED`
authorPatrick Steinhardt <ps@pks.im>
Thu, 17 Apr 2025 10:49:41 +0000 (12:49 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Apr 2025 15:15:16 +0000 (08:15 -0700)
commitbc288c59298f199348418ca08322046c67c9a0a2
tree7be79f5db2eef26a27d65a1dfbd1de6e2a9e236d
parent09705696f763bac370ac74926bef137eb712c0c8
parse-options: introduce precision handling for `OPTION_UNSIGNED`

This commit is the equivalent to the preceding commit, but instead of
introducing precision handling for `OPTION_INTEGER` we introduce it for
`OPTION_UNSIGNED`.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
parse-options.c
parse-options.h
parse.c
parse.h
t/helper/test-parse-options.c
t/t0040-parse-options.sh