<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Git post-commit notification to Campfire</title>
	<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>Thu, 07 Aug 2008 20:04:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: nick</title>
		<link>http://blog.codevader.com/2008/05/05/git-post-commit-notification-to-campfire/#comment-321</link>
		<author>nick</author>
		<pubDate>Wed, 21 May 2008 15:58:17 +0000</pubDate>
		<guid>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>
		<author>nick</author>
		<pubDate>Mon, 12 May 2008 17:20:24 +0000</pubDate>
		<guid>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>
