-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Describe the bug
After cloning the repository all files are modified silently bu git converting LF to CRLF
xxx@yyy:/mnt/userdata/xxx/work/ext$ git clone [email protected]:FreeRTOS/FreeRTOS-Kernel.git
Cloning into 'FreeRTOS-Kernel'...
remote: Enumerating objects: 4, done.
remote: Counting objects: 100% (4/4), done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 151604 (delta 0), reused 0 (delta 0), pack-reused 151600
Receiving objects: 100% (151604/151604), 104.39 MiB | 8.30 MiB/s, done.
Resolving deltas: 100% (109604/109604), done.
cd FreeRTOS-Kernel
xxx@yyy:/mnt/userdata/xxx/work/ext/FreeRTOS-Kernel$ git status
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add ..." to update what will be committed)
(use "git restore ..." to discard changes in working directory)
modified: .github/CONTRIBUTING.md
modified: .github/SECURITY.md
modified: croutine.c
modified: event_groups.c
modified: include/FreeRTOS.h
modified: include/StackMacros.h
modified: include/atomic.h
modified: include/croutine.h
modified: include/deprecated_definitions.h
modified: include/list.h
modified: include/message_buffer.h
modified: include/mpu_prototypes.h
modified: include/mpu_wrappers.h
modified: include/portable.h
modified: include/projdefs.h
modified: include/semphr.h
modified: include/stack_macros.h
modified: include/stream_buffer.h
modified: list.c
modified: portable/ARMv8M/copy_files.py
...