Only convert CRLF to LF and not plain CR.
Git only converts CRLF to LF and not CR so to produce the same SHA as git we must do the same.
Showing
- Framework/Kernel/inc/MantidKernel/ChecksumHelper.h 2 additions, 4 deletionsFramework/Kernel/inc/MantidKernel/ChecksumHelper.h
- Framework/Kernel/src/ChecksumHelper.cpp 17 additions, 17 deletionsFramework/Kernel/src/ChecksumHelper.cpp
- Framework/Kernel/test/ChecksumHelperTest.h 15 additions, 1 deletionFramework/Kernel/test/ChecksumHelperTest.h
Please register or sign in to comment