<?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: How to create and apply a patch with Git</title> <atom:link href="http://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/feed/" rel="self" type="application/rss+xml" /><link>http://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/</link> <description>Code Monkey</description> <lastBuildDate>Fri, 12 Mar 2010 19:43:08 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Bits And Pix &#187; Git: Cheat Sheet</title><link>http://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/comment-page-1/#comment-11408</link> <dc:creator>Bits And Pix &#187; Git: Cheat Sheet</dc:creator> <pubDate>Fri, 08 Jan 2010 17:20:04 +0000</pubDate> <guid
isPermaLink="false">http://ariejan.net/?p=553#comment-11408</guid> <description>[...] How to apply patches [...]</description> <content:encoded><![CDATA[<p>[...] How to apply patches [...]</p> ]]></content:encoded> </item> <item><title>By: Marcus</title><link>http://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/comment-page-1/#comment-11320</link> <dc:creator>Marcus</dc:creator> <pubDate>Mon, 14 Dec 2009 10:58:38 +0000</pubDate> <guid
isPermaLink="false">http://ariejan.net/?p=553#comment-11320</guid> <description>Best git patch blog post I&#039;ve seen so far! For once patching is easy to understand by newcomers to Git. Thanks!</description> <content:encoded><![CDATA[<p>Best git patch blog post I&#8217;ve seen so far! For once patching is easy to understand by newcomers to Git. Thanks!</p> ]]></content:encoded> </item> <item><title>By: Ludo van den Boom</title><link>http://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/comment-page-1/#comment-11152</link> <dc:creator>Ludo van den Boom</dc:creator> <pubDate>Thu, 12 Nov 2009 12:40:44 +0000</pubDate> <guid
isPermaLink="false">http://ariejan.net/?p=553#comment-11152</guid> <description>Thanks Ariejan! This post is a great guide that helped me a lot with streamlining my patch-create-apply process with git. Aweomse!</description> <content:encoded><![CDATA[<p>Thanks Ariejan! This post is a great guide that helped me a lot with streamlining my patch-create-apply process with git. Aweomse!</p> ]]></content:encoded> </item> <item><title>By: Ariejan de Vroom</title><link>http://ariejan.net/2009/10/26/how-to-create-and-apply-a-patch-with-git/comment-page-1/#comment-11075</link> <dc:creator>Ariejan de Vroom</dc:creator> <pubDate>Mon, 26 Oct 2009 07:46:46 +0000</pubDate> <guid
isPermaLink="false">http://ariejan.net/?p=553#comment-11075</guid> <description>As an added bonus, you can combine the &lt;code&gt;git format-patch&lt;/code&gt; and &lt;code&gt;git am&lt;/code&gt; commands to select commits from one branch and selectively apply them to the current one.&lt;pre lang=&quot;bash&quot;&gt;git format-patch -k --stdout R1..R2 &#124; git am -3 -k&lt;/pre&gt;</description> <content:encoded><![CDATA[<p>As an added bonus, you can combine the <code>git format-patch</code> and <code>git am</code> commands to select commits from one branch and selectively apply them to the current one.</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">git format-patch <span style="color: #660033;">-k</span> <span style="color: #660033;">--stdout</span> R1..R2 <span style="color: #000000; font-weight: bold;">|</span> git am <span style="color: #660033;">-3</span> <span style="color: #660033;">-k</span></pre></div></div>]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached (user agent is rejected)

Served from: starbuck.ariejan.net @ 2010-03-12 23:35:10 -->