**IMPORTANT GIT CONFIG for windows** you most set a global git config
value or patch files will fail because the sources will be modified during
cloning of the repository.
+From command line enter:
{endblockquote}
-
{code}
-from command line enter:
-git config -global core.autocrlf false
+git config --global core.autocrlf false
{endcode}
