-
Notifications
You must be signed in to change notification settings - Fork 2
Line ending problem while pushing a change #36
Copy link
Copy link
Open
Labels
needs investigationThis issue needs repro steps, isolation, research, discussion, design, or other investigation.This issue needs repro steps, isolation, research, discussion, design, or other investigation.needs triageThis is a new issue that needs to be reviewed.This is a new issue that needs to be reviewed.
Metadata
Metadata
Assignees
Labels
needs investigationThis issue needs repro steps, isolation, research, discussion, design, or other investigation.This issue needs repro steps, isolation, research, discussion, design, or other investigation.needs triageThis is a new issue that needs to be reviewed.This is a new issue that needs to be reviewed.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
I had the problem that my system changed the line endings from LF (UNIX) to CRLF (Windows), which caused problems while pushing my changes.
Context
We should make it clear that only files/changes with LF (Unix) line endings will be accepted.
Edit: