Test with new lines `\\n\\r` and `\n\r`
❯ git checkout -b malowe/main/eca-test origin/main
Branch 'malowe/main/eca-test' set up to track remote branch 'main' from 'origin'.
Switched to a new branch 'malowe/main/eca-test'
❯ touch test.txt
❯ git add .
❯ git commit
[malowe/main/eca-test 2779397] Test with new lines `\\n\\r` and `\n\r`
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 test.txt
❯ git push origin HEAD -u
Enumerating objects: 156, done.
Counting objects: 100% (156/156), done.
Delta compression using up to 8 threads
Compressing objects: 100% (122/122), done.
Writing objects: 100% (156/156), 70.13 KiB | 2.06 MiB/s, done.
Total 156 (delta 35), reused 3 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (35/35), done.
remote: Commit: 27793978f462e63d6af69f041790af4cab356402 ✔
remote:
remote: Reviewing commit: 27793978f462e63d6af69f041790af4cab356402
remote: Authored by: Martin Lowe <martin.lowe@eclipse-foundation.org>
remote: Eclipse user 'malowe'(author) is not a committer on the project.
remote: Eclipse user 'malowe'(author) has a current Eclipse Contributor Agreement (ECA) on file.
remote: Eclipse user 'malowe'(committer) is not a committer on the project.
remote: Eclipse user 'malowe'(committer) has a current Eclipse Contributor Agreement (ECA) on file.
remote:
remote:
remote:
remote: To create a merge request for malowe/main/eca-test, visit:
remote: https://gitlab.eclipse.org/eclipsefdn/it/api/eclipsefdn-downloads-api/-/merge_requests/new?merge_request%5Bsource_branch%5D=malowe%2Fmain%2Feca-test
remote:
To gitlab.eclipse.org:eclipsefdn/it/api/eclipsefdn-downloads-api.git
* [new branch] HEAD -> malowe/main/eca-test
Branch 'malowe/main/eca-test' set up to track remote branch 'malowe/main/eca-test' from 'origin'.