<?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: Removing editor swap files before commits in git</title>
	<atom:link href="http://www.nextdoorhacker.com/2010/01/removing-editor-swap-files-before-commits-in-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nextdoorhacker.com/2010/01/removing-editor-swap-files-before-commits-in-git/</link>
	<description>I&#039;m just your friendly neighborhood hacker</description>
	<lastBuildDate>Tue, 16 Feb 2010 12:16:20 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Prasanna</title>
		<link>http://www.nextdoorhacker.com/2010/01/removing-editor-swap-files-before-commits-in-git/comment-page-1/#comment-226</link>
		<dc:creator>Prasanna</dc:creator>
		<pubDate>Thu, 28 Jan 2010 16:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.nextdoorhacker.com/2010/01/removing-editor-swap-files-before-commits-in-git/#comment-226</guid>
		<description>Yeah, I thought of that, I just liked the idea of just cleaning up things. Or even running a build and only commit if the program completes the build.</description>
		<content:encoded><![CDATA[<p>Yeah, I thought of that, I just liked the idea of just cleaning up things. Or even running a build and only commit if the program completes the build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Himanshu Chhetri</title>
		<link>http://www.nextdoorhacker.com/2010/01/removing-editor-swap-files-before-commits-in-git/comment-page-1/#comment-225</link>
		<dc:creator>Himanshu Chhetri</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.nextdoorhacker.com/2010/01/removing-editor-swap-files-before-commits-in-git/#comment-225</guid>
		<description>Alternatively just add &quot;.swp&quot; or any other files you want Git to ignore to &quot;.gitignore&quot; in your Git repository. That way you avoid the hassle of using pre-commits althought Git&#039;s pre/post hooks are very handy.</description>
		<content:encoded><![CDATA[<p>Alternatively just add &#8220;.swp&#8221; or any other files you want Git to ignore to &#8220;.gitignore&#8221; in your Git repository. That way you avoid the hassle of using pre-commits althought Git&#8217;s pre/post hooks are very handy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
