On Fri, Oct 8, 2010 at 8:50 AM, Jeff King <peff@xxxxxxxx> wrote: > You can do: > > git ls-files | tr A-Z a-z | sort | uniq -d Thanks, but the main issue is that this is a very large repository with tens of thousands of paths (files and directories). git ls-files thus takes a long time, almost a second. Since this is a commit-heavy repo, I'd rather avoid that overhead. Incidentally, there's an SVN hook that does the exact same thing that I want to do: http://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/case-insensitive.py D -- 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