Pierre Habouzit <madcoder@xxxxxxxxxx> writes: > I also made the parsing more extensible wrt new flags if needed. > > We should definitely write tests too. > ... > + case '*': > + o->flags &= PARSE_OPT_HIDDEN; > + break; I have a slight suspicion that this is not what you meant. You probably meant either |= or perhaps ^=. - 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