<?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: List outgoing changesets in Git</title>
	<atom:link href="http://www.doof.me.uk/2011/01/08/list-outgoing-changesets-in-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doof.me.uk/2011/01/08/list-outgoing-changesets-in-git/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=list-outgoing-changesets-in-git</link>
	<description>Lalalala doo</description>
	<lastBuildDate>Mon, 08 Apr 2013 17:09:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: nick</title>
		<link>http://www.doof.me.uk/2011/01/08/list-outgoing-changesets-in-git/comment-page-1/#comment-5084</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Wed, 26 Jan 2011 06:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=1745#comment-5084</guid>
		<description><![CDATA[It also assumes you are pushing from a branch called master and there are no commits to be pushed from other branches. It is also only accurate if you do a git fetch immediately beforehand. The script above has none of these limitations.]]></description>
		<content:encoded><![CDATA[<p>It also assumes you are pushing from a branch called master and there are no commits to be pushed from other branches. It is also only accurate if you do a git fetch immediately beforehand. The script above has none of these limitations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.doof.me.uk/2011/01/08/list-outgoing-changesets-in-git/comment-page-1/#comment-5079</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 26 Jan 2011 01:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.doof.me.uk/?p=1745#comment-5079</guid>
		<description><![CDATA[$ git log origin..master

[assuming your remote you are pushing to is called origin]]]></description>
		<content:encoded><![CDATA[<p>$ git log origin..master</p>
<p>[assuming your remote you are pushing to is called origin]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
