Skip to content

Commit

Permalink
Protect against crlf conversion from git
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Oct 17, 2018
1 parent e1c095a commit 4d25d03
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions features.lisp
Expand Up @@ -28,3 +28,16 @@
(asdf:load-system :trial :force T :verbose NIL))

;; FIXME: Put all the consistency checks and such during loading etc under features.

(when (char= #\Return (char "
" 0))
(error "!! GIT FUCKED YOU OVER !!
Fix GIT to not convert line endings to CRLF:
git config --global core.autocrlf false
And reclone the project.
By the way, I'd like to punch whoever added that feature to
GIT and made it default in the fucking throat."))

0 comments on commit 4d25d03

Please sign in to comment.