<?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"
	>
<channel>
	<title>Comments on: Git post-commit notification to Campfire</title>
	<atom:link href="http://blog.codevader.com/2008/05/05/git-post-commit-notification-to-campfire/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codevader.com/2008/05/05/git-post-commit-notification-to-campfire/</link>
	<description>Thoughts from the nice people at Codevader :)</description>
	<pubDate>Sat, 19 May 2012 20:14:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: nick</title>
		<link>http://blog.codevader.com/2008/05/05/git-post-commit-notification-to-campfire/#comment-321</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Wed, 21 May 2008 15:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codevader.com/2008/05/05/git-post-commit-notification-to-campfire/#comment-321</guid>
		<description>That probably didn't work 100% still. This line is working for me now...

commit_log = `git show --pretty=format:"%s %b" HEAD &#124; sed '/diff/,$d'`.chomp</description>
		<content:encoded><![CDATA[<p>That probably didn&#8217;t work 100% still. This line is working for me now&#8230;</p>
<p>commit_log = `git show &#8211;pretty=format:&#8221;%s %b&#8221; HEAD | sed &#8216;/diff/,$d&#8217;`.chomp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://blog.codevader.com/2008/05/05/git-post-commit-notification-to-campfire/#comment-161</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Mon, 12 May 2008 17:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codevader.com/2008/05/05/git-post-commit-notification-to-campfire/#comment-161</guid>
		<description>Seems that has only been showing the first line of the commit message. So change the commit_log line to read:

commit_log     = `git show --pretty=format:"%s %b" HEAD  &#124; sed '/^$/,//d'`.chomp</description>
		<content:encoded><![CDATA[<p>Seems that has only been showing the first line of the commit message. So change the commit_log line to read:</p>
<p>commit_log     = `git show &#8211;pretty=format:&#8221;%s %b&#8221; HEAD  | sed &#8216;/^$/,//d&#8217;`.chomp</p>
]]></content:encoded>
	</item>
</channel>
</rss>

