Finn Arne Gangstad <finnag <at> pvv.org> writes: > Previously, autocrlf would only work well for normalized > repositories. Any text files that contained CRLF in the repository > would cause problems, and would be modified when handled with > core.autocrlf set. > > The following sequence should now always be a NOP even with autocrlf > set (assuming a clean working directory): > > git checkout <something> > touch * > git add -A . (will add nothing) > git commit (nothing to commit) Please note that the above problem is solved for the general case with the "[PATCH v3 0/5] Patches to avoid reporting conversion changes." patch set. -- /grubba -- 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