You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
2105a49e04
GIT allows only UNIX format in .patch file. Otherwise, git am or apply will report 'fatal: git apply: bad git-diff - expected /dev/null'. But, PatchCheck blocks non-CRLF changes in commit. It's mutual exclusive. Therefore, skip CRLF check in git .patch files. Signed-off-by: Aiden Park <aiden.park@intel.com>