On Wed, Jan 14, 2009 at 02:27:03PM -0800, Junio C Hamano wrote: > In places we read paths from the index or from the work tree and add them > as pathspec elements---you would want to mark them as non-globbing, too. > Which probably means that "is it Ok to glob this" setting has to be per > pathspec array elements. Right. This certainly complicates things. Also note that this invalidates 1/3, because even if '?' matched exactly, it can still match '*', and vice versa. Depending on ordering one of these two cases would pose a problem. -- 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