<?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: Note to self: comparing two branches in git and squashing several commits into one</title>
	<atom:link href="http://www.3hv.co.uk/blog/2009/06/02/note-to-self-comparing-two-branches-in-git-and-squashing-several-commits-into-one/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.3hv.co.uk/blog/2009/06/02/note-to-self-comparing-two-branches-in-git-and-squashing-several-commits-into-one/</link>
	<description>beautiful code for elegant web sites</description>
	<lastBuildDate>Mon, 23 Nov 2009 16:19:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Caius</title>
		<link>http://www.3hv.co.uk/blog/2009/06/02/note-to-self-comparing-two-branches-in-git-and-squashing-several-commits-into-one/comment-page-1/#comment-1388</link>
		<dc:creator>Caius</dc:creator>
		<pubDate>Wed, 03 Jun 2009 18:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.3hv.co.uk/blog/?p=548#comment-1388</guid>
		<description>You can also miss out the current branch when using the &lt;code&gt;..&lt;/code&gt; notation. &lt;code&gt;..master&lt;/code&gt; is the equivalent of &lt;code&gt;HEAD..master&lt;/code&gt; and vice versa.

So if I&#039;m on branch &lt;em&gt;foo&lt;/em&gt; and want to diff against &lt;em&gt;master&lt;/em&gt; I can just use &lt;code&gt;git diff master..&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You can also miss out the current branch when using the <code>..</code> notation. <code>..master</code> is the equivalent of <code>HEAD..master</code> and vice versa.</p>
<p>So if I&#8217;m on branch <em>foo</em> and want to diff against <em>master</em> I can just use <code>git diff master..</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caius</title>
		<link>http://www.3hv.co.uk/blog/2009/06/02/note-to-self-comparing-two-branches-in-git-and-squashing-several-commits-into-one/comment-page-1/#comment-1385</link>
		<dc:creator>Caius</dc:creator>
		<pubDate>Tue, 02 Jun 2009 20:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.3hv.co.uk/blog/?p=548#comment-1385</guid>
		<description>s/tv/the/ # stupid iPhone</description>
		<content:encoded><![CDATA[<p>s/tv/the/ # stupid iPhone</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caius</title>
		<link>http://www.3hv.co.uk/blog/2009/06/02/note-to-self-comparing-two-branches-in-git-and-squashing-several-commits-into-one/comment-page-1/#comment-1384</link>
		<dc:creator>Caius</dc:creator>
		<pubDate>Tue, 02 Jun 2009 20:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.3hv.co.uk/blog/?p=548#comment-1384</guid>
		<description>When editing tv squash commit message I usually prepend all the commit messages with &#039;* &#039; which is markdown or textile for a list.

Looks pretty enough in plaintext, but even better when your bug tracker parses it into HTML.</description>
		<content:encoded><![CDATA[<p>When editing tv squash commit message I usually prepend all the commit messages with &#8216;* &#8216; which is markdown or textile for a list.</p>
<p>Looks pretty enough in plaintext, but even better when your bug tracker parses it into HTML.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
