On Fri, Feb 06, 2015 at 02:27:31PM -0800, Junio C Hamano wrote: > Jeff King <peff@xxxxxxxx> writes: > > > A list of enum-like values where we are OK confining the names to the > > alnums is OK to use as an unbounded set of key values. Just like we have > > color.branch.*, we just pick a name within that syntax for any new > > values we add (and that is not even a burden; alnum names are what we > > would have picked anyway). > > I would say that color.branch.<slot> names are very different from > subcommand names. The latter is exposed to the end users who do not > have to know that they can be used and must be usable as config > keys. Yeah, again, sorry if I wasn't clear. That was the same contrast I was making. Of the examples given in this thread, color.branch.<slot> and fsck.* names are in one boat ("OK to give them configuration-friendly names, they are just a list") and arbitrary commands are in another. -Peff -- 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