diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2016-03-05 16:44:33 +0000 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-03-14 08:44:52 +0800 |
commit | 508d580940fb49bad82598e6e810e1056d87544e (patch) | |
tree | bfce671cf1f9e0c6142f56785a5c91f6847bfbe1 /StdLib/UseSocketDxe | |
parent | fb8d580e184c0d9dd10ce160ed0e5025283ca5de (diff) | |
download | edk2-platforms-508d580940fb49bad82598e6e810e1056d87544e.tar.xz |
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>
(cherry picked from commit 9353c60cea6eeedbbe4b336aea02646e2bf25f47)
Diffstat (limited to 'StdLib/UseSocketDxe')
0 files changed, 0 insertions, 0 deletions