audk/CryptoPkg/Library/OpensslLib
David Woodhouse 9353c60cea CryptoPkg/OpensslLib: Fix CRLF breakage in process_files.sh
This got broken in committing, due to a catalogue of broken practices.

Firstly, we should *pull* git submissions, never recommit them. You
preserve the correct history then, and don't risk rebasing to result in
a history which *never* worked in the form that gets preserved.

That would have kept the authorship attrbution correct too.

Secondly, we shouldn't be storing CRLF line endings in the objects that
git stores in its database. It is designed to store simple LF line endings,
and then check that out as appropriate for the system (resulting in CRLF
in the working tree for Windows users, as they expect). That would avoid
this problem, and all the other problems we have with patches being
exchanged.

Make it executable too, which also got lost in the commit mess.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2016-03-05 16:48:21 +00:00
..
EDKII_openssl-1.0.2f.patch CryptoPkg/OpensslLib: Fix OpenSSL link failures on Windows (RT#4310) 2016-03-05 23:44:40 +08:00
Install.cmd CryptoPkg/OpensslLib: Include complete copy of opensslconf.h 2016-03-05 23:33:59 +08:00
Install.sh CryptoPkg/OpensslLib: Include complete copy of opensslconf.h 2016-03-05 23:33:59 +08:00
OpensslLib.inf CryptoPkg/OpensslLib: Automatically configure OpenSSL and generate file list 2016-03-05 23:45:59 +08:00
OpensslLib.uni CryptoPkg: Convert all .uni files to utf-8 2015-12-15 04:51:26 +00:00
Patch-HOWTO.txt CryptoPkg/OpensslLib: Regenerate OpenSSL patch 2016-03-05 23:35:04 +08:00
buildinf.h
opensslconf.h CryptoPkg/OpensslLib: Automatically configure OpenSSL and generate file list 2016-03-05 23:45:59 +08:00
process_files.sh CryptoPkg/OpensslLib: Fix CRLF breakage in process_files.sh 2016-03-05 16:48:21 +00:00