<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>J-Doc &#187; patch</title>
	<atom:link href="http://jsilva.komodoopenlab.com/blog/archives/tag/patch/feed" rel="self" type="application/rss+xml" />
	<link>http://jsilva.komodoopenlab.com/blog</link>
	<description>inclusion, equity, open source</description>
	<lastBuildDate>Tue, 17 Aug 2010 20:06:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HOWTO create patches with diff</title>
		<link>http://jsilva.komodoopenlab.com/blog/archives/145</link>
		<comments>http://jsilva.komodoopenlab.com/blog/archives/145#comments</comments>
		<pubDate>Wed, 09 Jan 2008 14:27:51 +0000</pubDate>
		<dc:creator>Jorge</dc:creator>
				<category><![CDATA[GNU | Linux]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[GNU linux]]></category>
		<category><![CDATA[patch]]></category>

		<guid isPermaLink="false">http://jsilva.komodoopenlab.com/blog/?p=145</guid>
		<description><![CDATA[For directories:
$ diff -Naur olddir newdir &#62; new-patch
For files:
$ diff -Naur oldfile newfile &#62; new-patch
]]></description>
			<content:encoded><![CDATA[<h2>For directories:</h2>
<pre>$ diff -Naur olddir newdir &gt; new-patch</pre>
<h2>For files:</h2>
<pre>$ diff -Naur oldfile newfile &gt; new-patch</pre>
]]></content:encoded>
			<wfw:commentRss>http://jsilva.komodoopenlab.com/blog/archives/145/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
