It doesn't appear that git-submodule add respects crlf, as evidenced by
this set of commands on Windows:
mkdir test
cd test
git init
git config core.safecrlf true
git config core.autocrlf true
git submodule add http://repo.or.cz/w/htmlpurifier.git htmlpurifier
You get: "fatal: LF would be replaced by CRLF in .gitmodules" and
inspecting .gitmodules reveals that it uses LF, instead of CRLF.
Can anyone reproduce? Thanks.
--
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