<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Git core.autocrlf settings poll results</title>
	<atom:link href="http://lostechies.com/jimmybogard/2012/03/08/git-core-autocrlf-settings-poll-results/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2012/03/08/git-core-autocrlf-settings-poll-results/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Sun, 19 May 2013 03:22:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Arioch The</title>
		<link>http://lostechies.com/jimmybogard/2012/03/08/git-core-autocrlf-settings-poll-results/#comment-5502</link>
		<dc:creator>Arioch The</dc:creator>
		<pubDate>Wed, 13 Feb 2013 20:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/03/08/git-core-autocrlf-settings-poll-results/#comment-5502</guid>
		<description>GitHub position has clear explanation. Their pull-request routines are very sensitive to CRLF issues and turn single line change into &quot;delete all file and replace it&quot; patch. Basically, w/o autocrlf their pull requests are defunct unless all the developers adheres to upstream&#039;s strict rules on manually setting the option. Which you can hardly expect on DVCS and on newcomers, unless that option would be cloned during all the sources at the initial tabula rasa checkout.</description>
		<content:encoded><![CDATA[<p>GitHub position has clear explanation. Their pull-request routines are very sensitive to CRLF issues and turn single line change into &#8220;delete all file and replace it&#8221; patch. Basically, w/o autocrlf their pull requests are defunct unless all the developers adheres to upstream&#8217;s strict rules on manually setting the option. Which you can hardly expect on DVCS and on newcomers, unless that option would be cloned during all the sources at the initial tabula rasa checkout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://lostechies.com/jimmybogard/2012/03/08/git-core-autocrlf-settings-poll-results/#comment-5195</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Thu, 18 Oct 2012 00:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/03/08/git-core-autocrlf-settings-poll-results/#comment-5195</guid>
		<description>bash scripts choke on windows line endings.
Cygwin users run bash scripts on windows.
Source control shouldn&#039;t change the source code, because it &#039;thinks&#039; CRLF is your OS&#039;s setting. Line endings aren&#039;t even PER OS.</description>
		<content:encoded><![CDATA[<p>bash scripts choke on windows line endings.<br />
Cygwin users run bash scripts on windows.<br />
Source control shouldn&#8217;t change the source code, because it &#8216;thinks&#8217; CRLF is your OS&#8217;s setting. Line endings aren&#8217;t even PER OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/jimmybogard/2012/03/08/git-core-autocrlf-settings-poll-results/#comment-4380</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 09 Mar 2012 02:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/03/08/git-core-autocrlf-settings-poll-results/#comment-4380</guid>
		<description>This is what it comes down to:
- non-Windows users want Windows users to use &quot;true&quot;, so they never have to see crlf endings
- Windows users want to use &quot;false&quot;, because it doesn&#039;t make sense to have your SCM modify your files

Non-Windows users need to realize that a large majority of Windows users will NEVER contribute to a non-Windows project. That gap will only grow as Git becomes more accessible to Windows users, and is promoted more by OSS efforts at Microsoft. The sensible default for all of those users is to keep Windows line endings. The miniscule number of Windows users that contribute to a non-Windows project can figure out how to change their configuration.</description>
		<content:encoded><![CDATA[<p>This is what it comes down to:<br />
- non-Windows users want Windows users to use &#8220;true&#8221;, so they never have to see crlf endings<br />
- Windows users want to use &#8220;false&#8221;, because it doesn&#8217;t make sense to have your SCM modify your files</p>
<p>Non-Windows users need to realize that a large majority of Windows users will NEVER contribute to a non-Windows project. That gap will only grow as Git becomes more accessible to Windows users, and is promoted more by OSS efforts at Microsoft. The sensible default for all of those users is to keep Windows line endings. The miniscule number of Windows users that contribute to a non-Windows project can figure out how to change their configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Myers</title>
		<link>http://lostechies.com/jimmybogard/2012/03/08/git-core-autocrlf-settings-poll-results/#comment-4379</link>
		<dc:creator>Chad Myers</dc:creator>
		<pubDate>Fri, 09 Mar 2012 00:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/03/08/git-core-autocrlf-settings-poll-results/#comment-4379</guid>
		<description>I&#039;ve always heard that autocrlf was a response by Linux guys to keep the Windows and Mac contributors from messing up their line endings.  

So I get the reason you want autocrlf for mix-platform teams.

Other than that, it makes no sense to me why you&#039;d want that except as a sort of anal-retentive/OCD keep-everything-consistent measure.

I guess that describes the Github guys, huh? ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always heard that autocrlf was a response by Linux guys to keep the Windows and Mac contributors from messing up their line endings.  </p>
<p>So I get the reason you want autocrlf for mix-platform teams.</p>
<p>Other than that, it makes no sense to me why you&#8217;d want that except as a sort of anal-retentive/OCD keep-everything-consistent measure.</p>
<p>I guess that describes the Github guys, huh? <img src='http://lostechies.com/jimmybogard/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
