-
Type: Improvement
-
Status: Resolved
-
Priority: Detail
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.0-HF42, 5.8.0-HF31, 6.0-HF07, 7.2
-
Component/s: Infrastructure
-
Sprint:DevOps Sprint 9
The main issue is with some DOS Batch files which contains a mix of LF and CRLF end of line characters.
=> Ensure CRLF on DOS Batch files
In the mean time, ensure LF eol on Unix Shell files with a .gitattributes file (see http://git-scm.com/docs/gitattributes/).
Update CORG/Installing+Git documentation with recommended Git configuration.