Skip to content

Conversation

matthewvukomanovic
Copy link
Contributor

I thought that the sequence of commands I did for the pull request #19 worked
However apparently it doesn't do all the files, only some which are checked out for those specific commits.

So to really reset the eols I followed the example at
git-scm.com/docs/gitattributes

and ran the following commands:

rm .git/index
git reset
git add -u
git commit

that forces the index to be rebuilt and so all the line endings which could change do get changed.

I also removed the textsections from text eol=crlf since they are not needed

You could also do the same for the https://github.com/sshnet/Cryptography repository to fix the same there.

Sorry about the mix up.

Really reset the eol's in the repository by following the info at
git-scm.com/docs/gitattributes

Following the example there the following commands were run:
rm .git/index
git reset
git add -u
git commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants