Jeff King <peff@xxxxxxxx> writes: > -- >8 -- > From: Andreas Schwab <schwab@xxxxxxxxxxxxxx> > Subject: [PATCH] parse-opt: ignore negation of OPT_NONEG for ambiguity checks > > parse_long_opt always matches both --opt and --no-opt for any option > "opt", and only get_value checks whether --no-opt is actually valid. > Since the options for git branch contains both "no-merged" and "merged" > there are two matches for --no-merge, but no exact match. With this > patch the negation of a NONEG option is rejected earlier, but it changes > the error message from "option `no-opt' isn't available" to "unknown > option `no-opt'". > > [jk: added test] > > Signed-off-by: Jeff King <peff@xxxxxxxx> Signed-off-by: Andreas Schwab <schwab@xxxxxxxxxxxxxx> Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html