On Sat, Jul 12, 2008 at 5:30 PM, Avery Pennarun wrote: > > I guess in an ideal world there'd be a way to track svn properties in > the git history, but I have no idea where such things should probably > go. .gitattributes? svn:eol-style translates roughly into crlf. svn:keywords translates (partially) into ident. git appears to ignore unrecognized entries in .gitattributes. The rest can be stored there untranslated (or lightly translated - ':' is not legal for .gitattributes names, if I read the comments correctly). Peter Harris -- 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