Line-Endings Issue (CR)
-
We check our whole WordPress installation into Git for tracking. A few versions ago, some of the files that were updated had CR as line-endings, instead of LF. I doubt that was intentional, so I’m just bringing it to your attention.
c:\inetpub\pridedallas.com-wordpress>git status
On branch master
Your branch is ahead of ‘origin/master’ by 1 commit.
(use “git push” to publish your local commits)Changes not staged for commit:
(use “git add <file>…” to update what will be committed)
(use “git restore <file>…” to discard changes in working directory)
modified: wp-content/plugins/ultimate-social-media-icons/css/images/index.php
modified: wp-content/plugins/ultimate-social-media-icons/css/jquery-ui-1.10.4/images/index.php
modified: wp-content/plugins/ultimate-social-media-icons/css/jquery-ui-1.10.4/jquery-ui-min.css
modified: wp-content/plugins/ultimate-social-media-icons/images/icons_theme/badge/index.php
modified: wp-content/plugins/ultimate-social-media-icons/images/icons_theme/black/index.php
modified: wp-content/plugins/ultimate-social-media-icons/images/icons_theme/chrome_blue/index.php
modified: wp-content/plugins/ultimate-social-media-icons/images/icons_theme/chrome_grey/index.php
modified: wp-content/plugins/ultimate-social-media-icons/images/icons_theme/cute/index.php
modified: wp-content/plugins/ultimate-social-media-icons/images/icons_theme/index.php
modified: wp-content/plugins/ultimate-social-media-icons/images/icons_theme/official/index.php
modified: wp-content/plugins/ultimate-social-media-icons/images/icons_theme/stitched/index.php
modified: wp-content/plugins/ultimate-social-media-icons/images/index.php
modified: wp-content/plugins/ultimate-social-media-icons/js/custom.min.js
modified: wp-content/plugins/ultimate-social-media-icons/js/shuffle/modernizr.custom.min.js
- The topic ‘Line-Endings Issue (CR)’ is closed to new replies.