Check whether all changes are end-of-line only (CRLF ↔ LF).
true if all changes are EOL-only
true
if (await git.hasOnlyEOLChanges()) { console.log("Only EOL changes detected")} Copy
if (await git.hasOnlyEOLChanges()) { console.log("Only EOL changes detected")}
0.2.0
Check whether all changes are end-of-line only (CRLF ↔ LF).