On Thu, Oct 29, 2009 at 5:13 PM, John Abd-El-Malek <[email protected]> wrote: > Per the Chromium style guide > (http://dev.chromium.org/developers/coding-style), we require all new files > to have the svn:eol-style property set. We even have a presubmit check for > it in case you don't configure Subversion to automatically add them per the > above previous link. > git users seem to not have such a presubmit check,
This is because eol-style is an SVN-specific concept, so there's no real way to check it client-side. The proper place to enforce this is the server. *shrug* > so nothing reminds them > to add them. Can the git-cl script be modified to do this, and if not > quickly, can git users please try to remember and follow this? If you add the junk to your ~/.subversion/config that's specified on this page http://dev.chromium.org/developers/coding-style then git will do the right thing as well. (I just tested it on a local svn repo to be sure.) --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
