From 18870f2286c2860e1e6c802fe8f7d5f382b903d7 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 17 Sep 2022 16:02:44 +0200 Subject: [PATCH] Add note about line break detection --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 302c7a19..665924bd 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,8 @@ The following is a list of edge cases the Action knowingly does not support: **No support for `git rebase` or `git merge`**. There are many strategies on how to integrate remote upstream changes to a local repository. `git-auto-commit` does not want to be responsible for doing that. +**No support for detecting line break changes between CR (Carriage Return) and LF (Line Feed)**. This is a lovel level issue, you have to resolve differently in your project. Sorry. + If this Action doesn't work for your workflow, check out [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit). ### Checkout the correct branch