]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Fixed all line endings of the repository 38/238/2
authorHannu Niemistö <hannu.niemisto@semantum.fi>
Thu, 29 Dec 2016 13:21:27 +0000 (15:21 +0200)
committerHannu Niemistö <hannu.niemisto@semantum.fi>
Thu, 29 Dec 2016 14:28:49 +0000 (16:28 +0200)
I followed the instructions in http://stackoverflow.com/a/1511273

git rm --cached -r .
git config core.autocrlf true
git diff --cached --name-only -z | xargs -0 git add
git commit -m "..."

Change-Id: I4920748df8f53c221fc2f643e991b66aea5697e0


No differences found