Skip to content

Commit

Permalink
fix: handle non utf8 files with autocrlf correctly (#1909)
Browse files Browse the repository at this point in the history
* fix: handle non utf8 files with autocrlf correctly

* docs: add @jayree as a contributor

* chore: add test

* chore: add crlf file test
  • Loading branch information
jayree committed May 7, 2024
1 parent 2d0c021 commit 79e29d0
Show file tree
Hide file tree
Showing 237 changed files with 187 additions and 21 deletions.
10 changes: 10 additions & 0 deletions .all-contributorsrc
Expand Up @@ -687,6 +687,16 @@
"contributions": [
"code"
]
},
{
"login": "jayree",
"name": "jayree",
"avatar_url": "https://avatars.githubusercontent.com/u/14836154?v=4",
"profile": "https://github.com/jayree",
"contributions": [
"code",
"test"
]
}
],
"commitConvention": "angular"
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -370,6 +370,7 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
<td align="center"><a href="https://github.com/yarikoptic"><img src="https://avatars.githubusercontent.com/u/39889?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Yaroslav Halchenko</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=yarikoptic" title="Documentation">📖</a></td>
<td align="center"><a href="https://alex-v.blog/"><img src="https://avatars.githubusercontent.com/u/716334?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Alex Villarreal</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=alexvy86" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/amrc-benmorrow"><img src="https://avatars.githubusercontent.com/u/120477944?v=4?s=60" width="60px;" alt=""/><br /><sub><b>Ben Morrow</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=amrc-benmorrow" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/jayree"><img src="https://avatars.githubusercontent.com/u/14836154?v=4?s=60" width="60px;" alt=""/><br /><sub><b>jayree</b></sub></a><br /><a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=jayree" title="Code">💻</a> <a href="https://github.com/isomorphic-git/isomorphic-git/commits?author=jayree" title="Tests">⚠️</a></td>
</tr>
</table>

Expand Down
@@ -0,0 +1 @@
chore: add crlf file
1 change: 1 addition & 0 deletions __tests__/__fixtures__/test-add-autocrlf.git/HEAD
@@ -0,0 +1 @@
ref: refs/heads/main
8 changes: 8 additions & 0 deletions __tests__/__fixtures__/test-add-autocrlf.git/config
@@ -0,0 +1,8 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
autocrlf = true
1 change: 1 addition & 0 deletions __tests__/__fixtures__/test-add-autocrlf.git/description
@@ -0,0 +1 @@
Unnamed repository; edit this file 'description' to name the repository.
Binary file added __tests__/__fixtures__/test-add-autocrlf.git/index
Binary file not shown.
6 changes: 6 additions & 0 deletions __tests__/__fixtures__/test-add-autocrlf.git/info/exclude
@@ -0,0 +1,6 @@
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
Binary file not shown.
@@ -0,0 +1 @@
x���1�0����E�s��s�|N$�)@II��SL(5�}�/�IUO�i�w���m�����X=�NDDIb�mx���₴�s�v�����R�I ��6h�������z�<<��68y8E���.K_��8v�j }�)`�
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
x��R�n�0�5���ّL
�pı_!�A�!8$���jMRi��xƞ�'�}�|���
��f��<b���T 0x���g�G��Xٟ��%Lj��?+.!����� և/��Mm6GX\1�<>j�>���r�pK�-x{�9����8��(G���IQ� bO��9K?b�R���P띠$u�5
ȕԭ2��S0AW���'�F�͂�V
�p6_J��Ml[�>s��ZH��?���d�0�I�8��CY��[����T�;�r�;�:mAC/�.�%��_�k\p]<�������<
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
x��P=O�@ eί�� ()B]�u```��@.���&�Ⱦ@#�����n0��}�E�l֛���8ۣ��TT׏�>@�(J��N��V��������5�jp\���ޒ;ۦ���&��`<�4,[��ya��1��%Մ���jx$&8E7���<�te8�|�0�t r�z?h�e�v,Ғ��Y���\4�����X�P�m��<i�=���[���:x�����4�zy��X16WoX*�U/#��Ұ���ķ����$���%�
Expand Down
@@ -0,0 +1,2 @@
x���Aj�0E��N�w#��bCK��IJ�Xi�N�Q�0�{QSZCh�E��1�0���('�$1�Z�Nq��<����C�������d�,����
�ԍ"�����0�RaR�������y�~����#jz1���=�^6�@mPט͹s��u�0c�Z�동{]�-[g�4�yY���U�� �/�[. �W��M��\��{�7 ��O�넫�?6� �
Binary file not shown.
@@ -0,0 +1 @@
x���AK�@�=�W�cLV�"%D= i�����Ĥ��03�x 5(����|��V7� ���_��^0X ��^��PP��nJ�)ծ0F�d/��$ff �CG��S<KC�<�g3�$SQn��H�gY�c����G艣'X�X\_�Ĉ 7(�2��OS��������j ����_^�]t}?"���n�.��D��`y8}�W$�?����՛r�uV�B І��>�A������oB�6
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,7 @@
x�U��n� �{�)~��J����Ll���-�қ���Hc�l�}�
�i���9^�?����%d���x��8���4$|����k���O~F7�P�1��xMq^���9,K�#R�u��8�
<�S8ߊ�|�3Nay�<�,�^���s�M�y���kH⼞�p�a��g��i���O�9���?!]B<�c|����1���Uy�8�3}/M��f��咵�_6��F���� ���T�
w܂�����x�mP�-%���n W��er��rS�i���`Uʶ"�])��%��]��0eÕ��$�=��krJX�)(� ��mr��{I�^
��0�a��$. TdD�
�z�i�R++~�B9���mV0��';4�Y-����.��F� ���h�(Pq�3�7�&g �a�1W�����ݥV��l��V�V�RdP��NG��x
pC6Oԭ˴6�T�P�-q]w�Akט�0�6;������~A��
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,5 @@
x���ok�F��z?Ŕ��
���v���јP߻p���XZG������/��{� ��w�v��<��$� f��O7�F;/?������+����y_�}�"�8Ӕ+���MY���͉x������b���K���s��p�LY�8�.��V�-9�+�Z�\�ڣ���%�ý�X�c�m�8{`rz{��H�-
dO��5�V-��a��hC�;�dy���p��u�kLMz���H7�l�B��4q j����(t*l��u�2��C�}$mo�Y���n� ��j� �T��J�)+beAS
6�����rq�k�t�#!6�͎�]}�v p��Ҏ����N ���mNQn�n�'�NU�BO��x� "�Sb��d��"�a�f��l"�q'�9�α?�HR�A0��`r����Q���d� fJN'�d�����o�ZҨ%��/'���){GX��3B\GdT ��w�G��A���;m��y��qs\��u�d��شs݀��#��#�̩ ��^��K��a?�0��ۜR��( �z��@h�qdO�ޞ���O�������h~�> E���z@(}�9�n�����ie�Mǿ\��ރ��ppX�ڤm�6ߎA3x���H<�F�k�H׈��=` G[�D��[K��!G�����?�O=@ݘ��P� �5Oa+��n��º#t髤��!#�p 2M�`T~;2�*m�0��'��h�D�AK�j�!'��C���ֽ֍)rzO
����Umf�[�axY^���q�55���$�5�P���S�ϊv)��q���T/ɨzm�d\�I�Q������oV������s��-��Kb
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
x���AN�0EY�_�$U6�HY�$.P'7A�&vKEswd;�� *����?oƩ���pw����?�Ӈ똲4F�<ٙ�)*�7l��63���m1X�j{)z �<I����X���I�k��,�W�T�Tۢ!�ize��c�<�b�=��F���u��B9z���Lֱ��l�y����F�n�XT�a�Q�yr=Jl�J���w,Ov��Ȥ���%�*v�,j�5�\]�0�K�s),d�W���1��!x�v�m�� )��]f�d\PǶ�f��g[6h:���p& �����㙴�MҰ;�����ojp�l��'ؤa g���+ �q�ѩEE��v� �q&�_g���/�
Expand Down
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
x��TM��6�ڿ�U+E �-*�� �6ṛ� �C<
vd�7��W̛N�龳���q�9��¯_����𭙿D؈�6�EӢ��hPGt~�k�J�l6#K?ނ=� oe�w)��5��À)L4�i��M���w�7��n8��%��1���gS y��ф��)��YwF�Ə7�;��FDߥ�:ԮE�ol�L��7׋q�N�����9���Q1�%�����C����jS�)O��mr��5õ�3��{����|V���,p����L���i��/��xW���q��<>�h�!w�&b��>ݔ�Q�,hzH4���򑉍��gco���#� ��4)����z3�ƻ�fFy׺7�O�����7�|��]�i��V���À�yfZXG�� >��%[}���IsN��2Tr��T1�
{%��[aF+�jV���V4�T)*�3�T<�.V؟{Ū
R�ۗ��
p�,+.6x:h�Q��l-��8�r�S�-�>��炬���Z*P��|y(������b�b!k�ņ��sp!��1�QmiYf(Bz+U�K�V|����r�T�'��ӧ�ݡ�3�%�+��6UI�e���t8nY~�xT�.5�"�XJ�]�Z*����+V�*^q�!k%w��r�S��u�ݻd��a#RM����h��%��p�!y>������!D>�:��� �{��N�&�p�jҧ4Ư��٦�z�7��x�7����� ��G�|��˧~��
p�̧���7aB�/��i]���i]�k�� K���
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
x�u�Qo�0���_q�
�C B&�!��eݦU��jO��K�D�̘�մ�>i�uʓ�w���=���E�fzy�p����V��n�Ў��NS�Մ�%�e[c�l�U��ql֫I���EI��T��ƇO7���D=�A���EA4��I�3�G����Jo��Wi�渑]�kS����BL�c�]���,
��Uy�m�⣥-֦q+]Z:�3��:������i����Y���K �k�ʵX�үNY�.�؅?�lj%�˂`��X0d�\˶>�W]U�})���I>� ?���-��t��Z�襱�X��b��w��|�f��U(��糧ϻ���t���A!���+9Ҙ#I}����a��~�gl��g�㞆�����K/wK��"ɂ�����yQ&b~�ň�\�e���WsA�b�8aqU�����fI&�3ގ8�Y%�{�Ω�q%�>K��z��$�����z�a�XWȦ1�wݯՋ�1��`��O�͢���1!�s���XpdgŒ#�Ϊ��gՊ#:�i����1�u�Δ]C=��͘� N�Hu
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
x����J1��&O1�d!]B��A�@<d�ٲ�&m2)H�w�$�*Ԋ������������N��)�[�g�0�!�)�� sD�t%;��sض�9�yI��{����,��B��ܖF�@R�2Ʉ��(�_T��y_����u�36�4\`��†Iq65g��)+3�]J�����d����`l����~�[]���\��O�ɃK��N�`^�+�2ԅzõ4Tid��K����jU��t6ӗ�_>��_�Q
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
x�uU�n�8�g}�yj��Q$�b�Q��E�E��"��2�hؒ������$m�j���9g�3��H�j�l��8?�p�k�͟�\����͊�TYnu]�.`Kœ��nyS�z��6ږ�>��gi���BW�\8]�������4=��O�4��H��A;��H�0�Mɳd�.l��`hS7���% 1J�$A��U! �Jy+s���ƂCh���Ԗ[Š
���2��o��"��G�7�UIF�9 ��Ն��;��ķ�N�Kޔ{�f�2<�^Й��I�>��9�# }���b6���>OH�H����"B*�oH�Y��@fj���"D�C��v�6���iGQ����p^r��E�-u��J[N�;下"���W+�>&�>Ɠ8�E��ټ�}/��h^�dcj[ۗ�����z|�#G��4ka�a*��b:ka���Tp% ja��,ƣ�I ���P(+RW�!�5��]�mJ���1X�]���:��������
����a���0��w� ��!��}�@`�<G���A�H�U�xw���I��9K<�"�H<@�l����(�I�٧��a���!�B��^@E��#T��<BU��#�Z�<Em����^�=4.�Mޣ��1���9>%���P����O�q�Q|pӴ�qw�q��{s���FG�d�Ib�X�!��O!}�&^_���q �����c<F��L@��� ���Yć�����&��f��p�k<����u�8��;�}�|xL����*&[VvY�S-���K�Q�R`�2�ϟׅ_���4�U-�Tn{2�[����і�~4�}���V �`��`�]�o
Td�7�WL�%t�j_�j����7���yɣ�h�"U
Expand Down
Binary file not shown.
@@ -0,0 +1 @@
x�]��j�0D{��bo��ri{��1_JYI�D`$EZ%��/rJ[z��y;vM^��T��Kp�)�X c�;(ti��V����e�*��3uOvC��)�� R>C� 1E�2��v�=�Dz�C�P�����<���!��v�M���AD5���vq�u1�{�^��?��4��� O�(�/Wݱ�4"��8)�� ����>E��E�� ��`$
Expand Down
Binary file not shown.
@@ -0,0 +1,3 @@
x�=���0Dݶ_��5���_!,J��i/c�w�Ƹ��3�d�Q����(c@

+���P?J��A�Q��������p�2�֪��BdN9�5)��;����#HqiER�eu��C���4��eYW�,�������T�<�M���nu�1��,��b~@ 8�����C
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
x�m�AK�@�=�W����� z�X�Ao����fbb��0�+���K�
-�:��c{�������B7�=];��D���7�t�| �';�iߚ����m�c�h����S�H>pGX�l�:���gd�[4ɻرG��*8[�7��������G� ž�kM^���� ℩1���ȀCy�pT��� �?�5(�+�-|��
��iH�����r���bJ-7��\t��B�4]��?��}�
Expand Down
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
x�E�1�0 Pf��o�R#���J#��:8��G����)˄�Ḣ�9��Y��u����P�������Y�>rQW���K�x��f�-�����ϖ���7v�=��+�
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
x��RMK1�����~�ݜ<t�ң
i�&�f��nj�H��"�w��.���K&�ޛ��B�n'�+e� �OV:��v�1�-~�&8�������ш͕Q����]��<���;"�}PCbƹu%�b�– �x�N+2���VR�WM�NҦ�26aMn�p�AY��%U>8���v�u}�S�f^a�܄�[ȁt��S�a;�!ɥl������ �b��@�4��g%J-�fo%)g�ԡ.N��B[F�3~^� �(4��;������9`��RR�X��,Œ�� �S��sp�! (Jg�1i�#aH�Y���� �a9�\�M�C�}����o��ؕ
Binary file not shown.
@@ -0,0 +1 @@
x�u���1 `�~�H\�a[z@,܀b�+U�J���1����,�>=����=����qH���7oݗjQ�8ў�z&wd-�:ɦ����"����G�.�������kXu2����;�h�ߕJS�g<<ʉIݾ�R�r�ų)/�)O��&���E�b�����&�H���RI=0����UL��v���~�D�~�y�aM�Qjh�3֤R���4���MM;�L ;��5��]5�VʁO�R<��4`�5��E�l�Oˍ#'>��=uCӾ�O䂊�/�Sl���C�_�t�<l�@no���Mu��2�7E�t��ÞG�쾊Ҭ*� ̹���ܿ�X��Ã�M�S�Fܞ�8��J<�_�\5
@@ -0,0 +1 @@
x�-��� ���S�!!Ձ�ɜ�Ď]|���hR�>�12;%��;�1�����t|�\�1,%k�g���*��K¦Y�Vt�/B��?_���M*# ��=><���ިzQ�����&�
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
x�]Q���6�_1��. l�ANAQ�+�6Q�4(:���D[ d��.�� �N��$�73o��p��ˇ��=��b�5Z�[�!u����4&<�O�����I��P��������BHf��I����'!;�]�.x��������l|�C��l-��h擭�����1x�8�� }����4�������01�ޙd ����O&����M6�1����TDk&8����›Kc�&2ۘf�g�
���u�;�ۘ���
�3�5ڊ�=+�����k����0�8V\�>\��s�D\e���NSfp6޼�ܮ�d�K4�#*�oc8�Y�É�8^g��h f��(~�}ʕL} �ޜ?�>��eG�3!�����%���}H���]p�y�{+�f�p���r����Μ�c2>93����τ�C'zG�Q�+oX�ځwv\��VcG��B�!�b���h*���(�u�
|�i9k*pQ�ۆ�%^�Bj�|�5k�%��������L�+*4}�-��
�E�\H�U��ۖ*l�j#;*"��b��X�5�\@H��Lht+ڶE�n�J��_-7{ŗ+MV�m�����r�ڲ��أn)_Wh�.YAI�b��ݶ#�+%.@h��9�Z
�h�+h���w�U��bIJ�+�8�d&2N�K��\D���v���vim�Xv���g�/�Bb]
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
x�u��J�@D=�W�mV��`{� <�&�d �fzte���nP�}���U�p���ݍɉ�4�Vћ�����y�ӫ��dHh ��g֢���,�� `��鯾��j�\�D��Ql�V�M��Dd�Qj
�4��b�`���]�eti�!O v�˙v�20����y6K�&���j�1��R�T���i���(nʚ�?�����L�C�'��8���4[���ۚ�ǯ��>tv��
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
x�u��
�@ D=�+���E�Eؓ��o�vh�n�&Y��eU<(^2��L;r�z����B�]��c?�� L6��DW#�Cu�V|��L YWhk-���Q}Z�4ɋLH<��GY��™M7��C�M.rG��z3�m��.��.S��������]��qoR�U8��(p^��{�(�/�T|
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
x�]RM��6왿b��]@�f{�!(�r%�""�E��Q��T&����>��M����f��<u�������7=�\���q������ܟ�f{#�'����#�?Z3��G���ϣ�������;�~0�κ��_�l�|�!X�`F3��ǹu� �1��c;M��Ѻ7�����bk�uG�������h�?�k;�n@��m̀����q��I�`'�G���xxZD�N�:��{ W�!�&����#�u�t���ɞ�]!��l��`�e� '?�C������M6����K4B*.Qg���~F0�Dz�&`��s�e&�~N��{D!U��?���r��Ά�,��#�E��c���&M�z���O������7�x����h�[���?�zo���&t��`��ؙ�|�����p����τ蒡�+����7�(����m��� ;�K���Q���{����3E��F���T�כ��"y�-�X�u�!�F�k�Y-��T�5��f*/����W\�3��Z$ΕT��P�y����f�6�a��������b�j&�3���`_��hJZUI�Э.�J�!�����R��U�T�W���׊ݤ�yEy���5]�%u�Ic���+Y*%=*@sͥH6r)���Π��?�;ް T�&�R��H�S�� '؍%E�_."���6�!
F+.�M'���τ|lOe
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
x�m�Ao�0 �w�xk���>m
���P�Z����Jrc�,;��G�ã:�>��a�ߑC����s��E���1[g�D�����÷'��n���9�hC�w�k;���6�(�͢��Dm��E"���Z��ћl�/΁_i���` ;'{�w��]/"`��ǜ�}��04vh�:z��G����[�1 ')��s�����LW����;���%! J��?��l�jq׫�ȗ9�R�u���M�Lx��q�SM��N5�eG���G��2�>���顺�Tok:�a9!� ����5H����0<����%�´fᦢ_B����}5�U��Ѷ UB�_}���5�?����5�4Jf�e��8%�����]u5���@��ϣ�hP�m
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
x�K��OR02f���O.J�56�O��1������ '
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
x��A
1 E]�� �v�Ā�WiӨ#��1����xW<ޗ>M����ͪ^[�gEA�!PE�kR�
2g�,�>�K�ĕ�*�����!q�!��� @ue�k�������ow��N����vҧ�f���V��3��t�/s��CX
Binary file not shown.
@@ -0,0 +1,3 @@
x�eQ�n�0 �j��!S���Mp8 A�.
H��d��1'S�$����d�.�I$��#��hӰ����,8�������/ >�uh(�>�Z�bQ�k->߭��a73�Z�u#�s����u#���4�@.���#�, ơ7vU��,8cO���� G2��KYl>F.{���+8���:��BU��_H�}C�`Y��a@OH��iF�i�w��|}exp>0����09�e�<��G��W��XUI�ͥ"�qW�����7�����Ϡ��຀�x��b�Z�!��)q�f��Z/�2j-� �4;��fy�ab�O@[������XI�36yp�rآ�4H*�M���Ԧ�"1���׻�ԣGhЪ|��P�����#�k��u�����
�^��١���.#W��>�:XT�����b
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
x��W[o�4湿"�G�=If�i��H��E�� �>ɸ���v�����ȷ��tY�K;9�;�����]}���7E����͗ņ�+=�8E��/��p%���-�d�j>����F���B�zz������%U���-Z� �D����ɀ6A�}��b����ego�d���Q�'\���AC�J�Q�.g�=�=���*]X
��{7E��#g�C��ν����̬��������}�2��D{[r�ŦU�'�Xį�kF.Xb��ȱ`&�;҇�ܜ�4�[H���P"�W)^h�&���H�)� �����1D���7�U:)�H���h��V�9@�>Rm�tj�('k��v�q{LU�]���;��3�<)�\*�j3 ��x��hO��s!8���J_=�'��M�.�#߄��� 1���b��]���y�-7f��,O���t�+[�^�n\h���ܩ�S���D�� ~4J&�S��|�Ѣ�&�Ԩe�X5��Z�,�{2L���ß�d��'ۋ9U � $�yG�")��]���p�tQD�0!�g׸������(V�b���ΑK\���t'���8��
�����X`��I�@�*�/q5�y�����@i c5��vx?k3'������27�Q6S:����F�MC[Ou�w�����q��&Ҹ��B��BH�$���^�j0`�KBܮz���p�^uUڠA�g�搭��w'+��Pkb�v�g+��(�0%�0A��o �@�6��7���1�c�R��igT��zb���Q˟��}z6%�����0���3�D�|
Dw�;\g(h4g��%j4g�1B>��y����\8Ќ� x"����K��G�2&��.c@U�j��Z]�q�n\'OQ`� 8%�@�t�� ��[���%r��y�Ͷ�'�e���_�]d[ޡA��<��x���S@d,��h�/���W��Z<⽛����k}�j�XU���Zg��9_k��yXp>A��8�b�����
�=#��.
(lEDU�.�!�.����r�Gbz.a*��?<̂iF�e�� w�c���G�Ed�ç�&�'1�;\�/�(]z��@AFIO��*��LOZ�����"0`�T�����i �%�-6W��w�r�z^���_�\Q@Ĩ��w�v�]x�ܵeHK4��)CF���^�.�e`aҍ�U��x����}f�I"�V���v���T4Z.�:d�>�
WY=N�����c�/h~(�{����,��JA( .���i7�VB�C d�Z��3i0J\ �A��^��留�����my5ڴ���>X���j�nV~}��U��D .�.벬��x�﫹�n�
I���?w��ָ蠻4� T�Z���S����\��~�������//׈���[�>��,��&�>���Ү�I3M��;M\����;~��I�����>�7�@f�ןkK�+o�$'T�����I`�^y7n���
Expand Down
Binary file not shown.
@@ -0,0 +1 @@
x�u�Qj1Fa���|Qi�$*��=���\o�h&W�ء��x�_��ۺ���i�p�n�5�|��),p-�����+�{N����m�q_%�#��MW�>_��\��P��Z�6o�.�X8��\K��DnF��l��G2|�L�I cy�ɌS9�l��Y�y �j�$�����PW
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
x��R�n�0ܳ�bV�jh)\ziJ�*�{�q#��K@%�d��o_aC�H�]N�y���<���z�����6�ƚBY�2�m��E�A��5��ny����w!� 0d[���P]JEA��o��ٹ �ϕx�-�E�B�nx�"I0����n`s�1�J�^Z��fƺ �a�sY���F�ш�I[�����B7VjE��=ciM��:B��x������f!�M��KIR�*�+m�9c�G��N����,[�΁b����{���,���# ������Ҙ�|y�IY�@��M)*�����O S��1����b�� ��>4����x=����d��Z��B�{2z��0E�Bd6Q�?��f�ԡ�H�S�R���,�G:֥���M[RL��2�Avy����3�
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
x�}��N�0D��_��%MEc ���U���P?�n<i,�v�QT��Qӆ@�8��͌�ڸ���^ !�����-��F��S�iS;y�l g�]� �ƞK� 'U�u��шQ8S{�����W����K���ʈ����ژ���ɄC���?t���B��Qf4������S���6=B��JSo@����!�Y���#�:Ԕ=��1Lzu�9%iNt`dk�aK !���#8_5!+�In�l���/�;5�i��m�� �b#=�ll���]N����?��۶�� 9}N�j
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
x��M
�0F]��J~��DD��$�j�5R҅�7� \}���\�un`m<�ML��a���O�4o�P@D��0Y��^�ɳA.q��F�j���O�md�%k���^7x���9�v���:��e�u��!�5�=��Zu��5��T���\
�m�`�QgG�
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
x�]��n1 ���Oq��H�y���:dC��A޽0С�D��H�R����xĐp����qJKw)ڿ����U�.�d�`�B���o�������[+ycs���_ªr~�Һi��sUG�z��fa=��+� +l�K#,�[3���o�� [�Y@F ��q������ �Xn
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
x��V�n�0�k�s3��ժ�Dš�����Cb��S{�����@B!d�����̛���aR�R������U�� b�a��5�\�)h|�������l���&�%Z[h#��|�Ry.y% �\d,�bAB0�������>�h��J�yd�A�2�#{C�*�l�APCO����&��`��ޖ�8C,�V\�lB��$0 j����}9�`h[�Z���5P���rћ>�a��l���dž•VUi�qo,M��>Ua g���O���������摭�HW��m����c�|�k nr�跻ı-��0/2�Rp�rX�\<���x���f,�m��͟�Y㪒\{s�[өK�����v"��a8�=�y��p�f�U���к��AqS�\��z�O��-�p����C[/� 5p^go�}���_5UZ� ���wM�dj.�v����-�0۞7k�U�p��� �3�ߌ5`.j�I�;��%�:��%���;z��5@��[NHeD��qR,�����::.�v}���{���$�6��UD`!'*�$IV��*/�:1Uj�/�$��0��x- %˜
M�����q���H�h�ڋK�*���^bE9j~������M�~��#�\� ot�͉p�C���������I]�-\v<.�a��P���uO���n>���������P����T���ր�NF��r�&��R}���3О&�? *S���CÇa6�َ����\o�ug�O�s��a�Y�
Expand Down
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
x�]R�n�8�YO1�)���آ(�H�ET&���GZ�-.d��y���Ӥ= ���|3�~�{|���+�Ѻ�N�E��/�;������B�y�| � ��v<7>v������Pk;�\�Op������L��%���t����D�0� �v~��G�&7a���Kڌ� ���la�&�9m��w�����I��Fp�;uC�=d�ޚnB�������/�qv]�(�n������N�9��H/����'߻C��l�|ُ. %z����hK���q���?~F���W�o�坤rN��[DY�y�?����e�\l���g��mS'��8��d��S�(�`a����^�?���q�8���m3���[`�O�wv�$���3#�~�z�|,
�P(��[")��Z���5�Sw%�L7b��%R�w ��w������JAH�պe�.�x�njƗx�hp�ѲӴ�H�7*FU"[QY5�k��Z�w%L�Ĺk"5�6-�Xo�Z(
�kp�_HƗtE�~�����!m���F7B��*��I�l4��T*<Q��<��*�w�Z�V%j�"K�QB7T��uۆ�� ��L�d�\KR�ZH��e�� ���B�U��X��x�qzeIQ�2�E�n�)i_�~��X�y�h
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
x�UQ�n�8�Z_q�U �tQ�;F�-�2i�t]/��#h�������$+A����]��߿߾~ғ��᜞���F�ƙ.��͌4옆����|/���/6F|�Of6�3��'3�8�� �1L��hJ���?�j�<B�:�D�!\��E���#��`�dF�aX.Ƨ.e��u&�s�t�nw_V��t�y�:“MSXf�l��Q���-c��:v�bo
y}��S�H�X�)W�%.a���5k���;������L��ךʜ�0#�2�5�%뛻��_s��VQ���.���F����8�ug ��,���o��_2�� O9��hs���(�d���Y����C��K���oW����9���
3#�G�\�g΁c�|���5̫^>�{��E�
%6�H$S�K�մ�Q`�đ�F4�DJ�� b�O��x]���K��,�n�2Z�`�j5�[<4��hَiZC d��*�����5y`-ӧ�9U�� �=��U��H�r/�5���o$�[��\߃qp��rՐ�]��A7B��*�?I�m4��T*<P��<��?�j ە�Ɏl�; �*W��ݱ���`��T� �cT�kI*]B �����%�d*��bW"�)6�xQ �� K�."��P��KMI��V������S�Zx
Expand Down
@@ -0,0 +1 @@
x�}��N�@ �9�S ''�&P�R����7�X�Ļ�"��;��G�G۟���A<ַ�+ʑ�����K\�� [(���\�ܡ�P�9�"�* ��;�8,"�,��g�q}����Ԃ���H�y�H�������|��Q��@Mi ���vX�ݛ��iz�k7��A� /�u�im��Q����dނ��;���T�����|Ϲ��������%� �zM���I�
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
x�}��
�@E[�W�V�.�Z��jϜ��z�&���C� ��wq�Խ��?�6��
xT�(�G �{�L�^�N �l��ձ�=;�G� �`[$2�ȷ+�X�[ ؖ%t]#�;�B:��^�W�=o�%���jFSI�!�t��k��$���<��@l.ai�� ?\T�
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
x�=�A
�@=�+<��y_"a�h�4��2;�� *^����N�S?����/�K7&��bS��,W�w�s
�C� �v�ua��}��iEŰ*�g��x)�
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
ccbd3dc8eb4b78986b804c4210fd294d12dca24f
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions __tests__/__fixtures__/test-add-autocrlf/Test.md
@@ -0,0 +1,2 @@
test1
test2

0 comments on commit 79e29d0

Please sign in to comment.