On Mon, Sep 12, 2011 at 04:25:31PM -0700, Junio C Hamano wrote: > > Peff also asked if uppercase extensions are common on Windows. They > > are, so one often sees .HTM, .HTML, etc. Should this issue be handled > > by jk/default-attr? > > I do not think we would mind adding .HTM but would people limit themselves > to uppercase while not limiting themselves to three letters and use .HTML? I wonder if they should all be in the style of: [Hh][Tt][Mm][Ll] [Jj][Aa][Vv][Aa] for case-challenged systems. That feels like the wrong solution, though. If you're on a case-insensitive system, shouldn't we perhaps be comparing some kind of canonical version of the filename that is lowercased? That would help these built-in attributes, as well as ones that people write. Or maybe that is too large a can of worms to open. I sort of assume we have those canonicalization routines somewhere already, though. > > Shouldn't the last entry be? > > > > "*.m diff=objc", > > Thanks for spotting. I'll locally amend only this part and hope somebody > would volunteer to submit an agreed version as the final one ;-) I think we're missing Brandon's note that ".F" is used (as distinct from ".f", even on case-sensitive filesystems, as it has some magic meaning). And the pascal ones somebody mentioned. -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