<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: take care when renaming files in git</title>
	<atom:link href="http://blog.bauermann.eng.br/2008/01/03/take-care-when-renaming-files-in-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bauermann.eng.br/2008/01/03/take-care-when-renaming-files-in-git/</link>
	<description>incomplete and abridged</description>
	<lastBuildDate>Sat, 08 May 2010 06:36:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Robin</title>
		<link>http://blog.bauermann.eng.br/2008/01/03/take-care-when-renaming-files-in-git/#comment-2907</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Thu, 05 Feb 2009 12:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bauermann.eng.br/2008/01/03/take-care-when-renaming-files-in-git/#comment-2907</guid>
		<description>Yes, use &quot;git log -M -p&quot; and you will see if a file was renamed. You&#039;ll also see the &quot;small&quot; diff between the old and the new contents if there were any differences beside the renaming.</description>
		<content:encoded><![CDATA[<p>Yes, use &#8220;git log -M -p&#8221; and you will see if a file was renamed. You&#8217;ll also see the &#8220;small&#8221; diff between the old and the new contents if there were any differences beside the renaming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bauermann</title>
		<link>http://blog.bauermann.eng.br/2008/01/03/take-care-when-renaming-files-in-git/#comment-112</link>
		<dc:creator>bauermann</dc:creator>
		<pubDate>Sun, 18 May 2008 13:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bauermann.eng.br/2008/01/03/take-care-when-renaming-files-in-git/#comment-112</guid>
		<description>My worry is about git log. Does it have such logic? That&#039;s what prompted the e-mail conversation I refer to.

But Andrew Cagney said he re-indented the file before committing, so possibly git&#039;s logic thought the old and new files were too different.

So the thing is, you should not change (or change very little) the file before committing the move.</description>
		<content:encoded><![CDATA[<p>My worry is about git log. Does it have such logic? That&#8217;s what prompted the e-mail conversation I refer to.</p>
<p>But Andrew Cagney said he re-indented the file before committing, so possibly git&#8217;s logic thought the old and new files were too different.</p>
<p>So the thing is, you should not change (or change very little) the file before committing the move.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://blog.bauermann.eng.br/2008/01/03/take-care-when-renaming-files-in-git/#comment-107</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Fri, 16 May 2008 19:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bauermann.eng.br/2008/01/03/take-care-when-renaming-files-in-git/#comment-107</guid>
		<description>This probably isn&#039;t such a big problem in practice. Even though the commit doesn&#039;t record renames, gitk automatically notices the similarities and can show a good diff, reporting the rename. I imagine similar logic is used when merging, but have never tried.

Was pleased to notice this after doing a big refactor of some Java code in eclipse then git add ... ; git remove ... ; git commit.

Cheers,

Rodney</description>
		<content:encoded><![CDATA[<p>This probably isn&#8217;t such a big problem in practice. Even though the commit doesn&#8217;t record renames, gitk automatically notices the similarities and can show a good diff, reporting the rename. I imagine similar logic is used when merging, but have never tried.</p>
<p>Was pleased to notice this after doing a big refactor of some Java code in eclipse then git add &#8230; ; git remove &#8230; ; git commit.</p>
<p>Cheers,</p>
<p>Rodney</p>
]]></content:encoded>
	</item>
</channel>
</rss>
