<?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: Compiling a new release of the Ubuntu Intrepid kernel using git</title>
	<atom:link href="http://blog.avirtualhome.com/2008/10/31/compiling-a-new-release-of-the-ubuntu-intrepid-kernel-using-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.avirtualhome.com/2008/10/31/compiling-a-new-release-of-the-ubuntu-intrepid-kernel-using-git/</link>
	<description>Just my thoughts about things</description>
	<lastBuildDate>Sat, 04 Jul 2009 22:31:52 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Peter</title>
		<link>http://blog.avirtualhome.com/2008/10/31/compiling-a-new-release-of-the-ubuntu-intrepid-kernel-using-git/#comment-1602</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 04 Nov 2008 12:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=315#comment-1602</guid>
		<description>If you want to change a 100 files, just make sure you do it in your branch (not master) and before compilation. Just before  you start compilation you do a git commit -a -m &quot;My modifications&quot;.

All these modifications you made are preserved for next time and you can do the upgrade smoothly.</description>
		<content:encoded><![CDATA[<p>If you want to change a 100 files, just make sure you do it in your branch (not master) and before compilation. Just before  you start compilation you do a git commit -a -m &#8220;My modifications&#8221;.</p>
<p>All these modifications you made are preserved for next time and you can do the upgrade smoothly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan</title>
		<link>http://blog.avirtualhome.com/2008/10/31/compiling-a-new-release-of-the-ubuntu-intrepid-kernel-using-git/#comment-1598</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Tue, 04 Nov 2008 09:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/?p=315#comment-1598</guid>
		<description>What if you&#039;ve changed 100 files? It would be a nightmare to manually record where all the files go.

Can&#039;t you do git-add every time you create a new file, so that you can run git-clean -xdf without fear of deleting your newly created files? That seems like it would skip the issue of copy/pull/copy again. You would also skip the git-reset.</description>
		<content:encoded><![CDATA[<p>What if you&#8217;ve changed 100 files? It would be a nightmare to manually record where all the files go.</p>
<p>Can&#8217;t you do git-add every time you create a new file, so that you can run git-clean -xdf without fear of deleting your newly created files? That seems like it would skip the issue of copy/pull/copy again. You would also skip the git-reset.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
