Phil Hord <phil.hord@xxxxxxxxx> writes: > On Tue, Oct 4, 2011 at 11:25 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > >> I think I've seen this done as: "do this? [Y/n]" elsewhere. >> >> Not telling you what to do, but trying to feel what others may think. > > I think so, too. The [y]/n syntax is not clear enough for me to > confidently know what the default value will be. One downside of "do this [Y,n,m,o,p,q]? " is that it limits us to lowercase responses, which means we cannot assign 'q' for quitting from the innermost nested context and assign 'Q' for quitting from the whole interactive loop (e.g. "git add -p"). "do this [y,n,m,o,p,q] (default=y)? " may have been a better choice in hindsight. No matter what we end up doing, let's try to be consistent. Thanks. -- 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