From: Junio C Hamano Date: Thu, 6 Nov 2025 23:17:01 +0000 (-0800) Subject: Merge branch 'dk/parseopt-optional-filename-fixes' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4badef0c3503dc29059d678abba7fac0f042bc84;p=thirdparty%2Fgit.git Merge branch 'dk/parseopt-optional-filename-fixes' A recently added configuration variable and command line option syntax ":(optional)" for values that are of filename type inconsistently behaved on an empty file (configuration took it happily, while the command line option pretended as if it did not exist), which has been corrected. * dk/parseopt-optional-filename-fixes: parseopt: remove unreachable code parseopt: restore const qualifier to parsed filename config: use boolean type for a simple flag parseopt: use boolean type for a simple flag doc: clarify command equivalence comment parseopt: fix :(optional) at command line to only ignore missing files --- 4badef0c3503dc29059d678abba7fac0f042bc84