[dpdk-dev] [kmods PATCH] windows: normalize line-endings
Narcisa Ana Maria Vasile
navasile at linux.microsoft.com
Tue Nov 3 21:49:34 CET 2020
On Fri, Oct 30, 2020 at 01:55:05AM +0300, Dmitry Kozlyuk wrote:
> MSBuild XML files have to use CRLF line-endings, otherwise any change
> results in the whole file being rewritten with CRLF line-endings by
> Visual Studio. However, it's inconvenient to have such files checked-out
> with CLRF in Unix environments.
>
> Add suggested git configuration to top-level README, so that Unix
> developers don't miss it. Remove .gitattributes, because core.autocrlf
> overrides eol= attribute. Convert line-endings of the existing files in
> the repository.
>
> Suggested-by: John Alexander <John.Alexander at datapath.co.uk>
> Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk at gmail.com>
> ---
> README | 5 +
> windows/.gitattributes | 4 -
> windows/virt2phys/virt2phys.sln | 54 ++--
> windows/virt2phys/virt2phys.vcxproj | 454 ++++++++++++++--------------
> 4 files changed, 259 insertions(+), 258 deletions(-)
> delete mode 100644 windows/.gitattributes
>
Acked-by: Narcisa Vasile <navasile at linux.microsoft.com>
More information about the dev
mailing list