]> git.ipfire.org Git - thirdparty/git.git/commit
parse-options: clarify what "negated" means for PARSE_OPT_NONEG
authorMichael Montalbo <mmontalbo@gmail.com>
Tue, 12 May 2026 18:10:23 +0000 (18:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2026 01:13:26 +0000 (10:13 +0900)
commitd654777d73061b112c7ed7bad604b72019f5aafa
treea9a417b1432062effa3f3130280612b1124caa57
parent4517e4ca104ca93b51b4acf4d2c62e9325bbb623
parse-options: clarify what "negated" means for PARSE_OPT_NONEG

The documentation says the flag prevents an option from being
"negated" without specifying what that means. Add a parenthetical
to clarify that it rejects the "--no-<option>" form.

Signed-off-by: Michael Montalbo <mmontalbo@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
parse-options.h