<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://elinux.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://elinux.org/index.php?title=Quilt&amp;feed=atom&amp;action=history</id>
		<title>Quilt - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://elinux.org/index.php?title=Quilt&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=Quilt&amp;action=history"/>
		<updated>2013-05-22T04:45:42Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21alpha</generator>

	<entry>
		<id>http://elinux.org/index.php?title=Quilt&amp;diff=72193&amp;oldid=prev</id>
		<title>Cschalle: Add category</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=Quilt&amp;diff=72193&amp;oldid=prev"/>
				<updated>2011-10-27T21:52:58Z</updated>
		
		<summary type="html">&lt;p&gt;Add category&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr style='vertical-align: top;'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 21:52, 27 October 2011&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 11:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 11:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;http://www.shakthimaan.com/downloads/glv/quilt-tutorial/quilt-doc.pdf&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;http://www.shakthimaan.com/downloads/glv/quilt-tutorial/quilt-doc.pdf&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* http://lwn.net/Articles/134072/ - LKML message by Greg KH explaining how he uses quilt for managing kernel patches&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;* http://lwn.net/Articles/134072/ - LKML message by Greg KH explaining how he uses quilt for managing kernel patches&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;#160;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;[[Category:Development Tools]]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key elinux:diff:version:1.11a:oldid:3455:newid:72193 --&gt;
&lt;/table&gt;</summary>
		<author><name>Cschalle</name></author>	</entry>

	<entry>
		<id>http://elinux.org/index.php?title=Quilt&amp;diff=3455&amp;oldid=prev</id>
		<title>TimBird: create page</title>
		<link rel="alternate" type="text/html" href="http://elinux.org/index.php?title=Quilt&amp;diff=3455&amp;oldid=prev"/>
				<updated>2007-06-11T17:12:50Z</updated>
		
		<summary type="html">&lt;p&gt;create page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Introduction ==&lt;br /&gt;
Quilt is a tool to manage a series of patches relative to a common code base.  It is useful when you&lt;br /&gt;
are working on a code base, and frequently have to integrate your own patches with those coming from&lt;br /&gt;
external sources.&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*  Quilt Project home page: http://savannah.nongnu.org/projects/quilt/&lt;br /&gt;
* [http://www.suse.de/~agruen/quilt.pdf How To Survive With Many Patches (or) Introduction to Quilt] is a good tutorial for using quilt&lt;br /&gt;
* [http://www.coffeebreaks.org/blogs/wp-content/archives/talks/2005/quilt/quiltintro-s5.html Quilt Introduction (online presentation)]&lt;br /&gt;
* Another tutorial, with sample files, is at:  &lt;br /&gt;
http://www.shakthimaan.com/downloads/glv/quilt-tutorial/quilt-doc.pdf&lt;br /&gt;
* http://lwn.net/Articles/134072/ - LKML message by Greg KH explaining how he uses quilt for managing kernel patches&lt;/div&gt;</summary>
		<author><name>TimBird</name></author>	</entry>

	</feed>