<?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: Publishing a subdirectory to github pages</title>
	<atom:link href="http://happygiraffe.net/blog/2009/07/04/publishing-a-subdirectory-to-github-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://happygiraffe.net/blog/2009/07/04/publishing-a-subdirectory-to-github-pages/</link>
	<description></description>
	<lastBuildDate>Sat, 10 Dec 2011 22:23:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dominic Mitchell</title>
		<link>http://happygiraffe.net/blog/2009/07/04/publishing-a-subdirectory-to-github-pages/#comment-523</link>
		<dc:creator>Dominic Mitchell</dc:creator>
		<pubDate>Sun, 06 Nov 2011 21:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1545#comment-523</guid>
		<description>Thanks for pointing this out.  I&#039;ve not needed to do this since I wrote the post.  These days&#039;s I&#039;d be taking a closer look at the &lt;a href=&quot;https://github.com/blog/945-github-maven-plugins&quot; rel=&quot;nofollow&quot;&gt;github-maven-plugin&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing this out.  I&#8217;ve not needed to do this since I wrote the post.  These days&#8217;s I&#8217;d be taking a closer look at the <a href="https://github.com/blog/945-github-maven-plugins" rel="nofollow">github-maven-plugin</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meettya</title>
		<link>http://happygiraffe.net/blog/2009/07/04/publishing-a-subdirectory-to-github-pages/#comment-521</link>
		<dc:creator>Meettya</dc:creator>
		<pubDate>Sun, 06 Nov 2011 10:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1545#comment-521</guid>
		<description>As for me its not working out of box, instead of:
new_commit=$(git commit-tree $doc_sha -p $parent_sha)
I must write
git log --pretty=format:&#039;%s&#039; -n 1 $doc_dir &gt; tmp_message
new_commit=$(git commit-tree $doc_sha -p $parent_sha &lt; tmp_message )
where $doc_dir - our doc directory</description>
		<content:encoded><![CDATA[<p>As for me its not working out of box, instead of:<br />
new_commit=$(git commit-tree $doc_sha -p $parent_sha)<br />
I must write<br />
git log &#8211;pretty=format:&#8217;%s&#8217; -n 1 $doc_dir &gt; tmp_message<br />
new_commit=$(git commit-tree $doc_sha -p $parent_sha &lt; tmp_message )<br />
where $doc_dir &#8211; our doc directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic Mitchell</title>
		<link>http://happygiraffe.net/blog/2009/07/04/publishing-a-subdirectory-to-github-pages/#comment-494</link>
		<dc:creator>Dominic Mitchell</dc:creator>
		<pubDate>Mon, 30 May 2011 15:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1545#comment-494</guid>
		<description>Yes, you will need to push the gh-pages branch.  I&#039;m not keen on auto-pushing (I often work on the train), so I didn&#039;t do so above.</description>
		<content:encoded><![CDATA[<p>Yes, you will need to push the gh-pages branch.  I&#8217;m not keen on auto-pushing (I often work on the train), so I didn&#8217;t do so above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trans</title>
		<link>http://happygiraffe.net/blog/2009/07/04/publishing-a-subdirectory-to-github-pages/#comment-493</link>
		<dc:creator>trans</dc:creator>
		<pubDate>Mon, 30 May 2011 02:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1545#comment-493</guid>
		<description>Never mind... it provides the changelog.

But doesn&#039;t the gh-pages branch still need to be pushed?</description>
		<content:encoded><![CDATA[<p>Never mind&#8230; it provides the changelog.</p>
<p>But doesn&#8217;t the gh-pages branch still need to be pushed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trans</title>
		<link>http://happygiraffe.net/blog/2009/07/04/publishing-a-subdirectory-to-github-pages/#comment-492</link>
		<dc:creator>trans</dc:creator>
		<pubDate>Mon, 30 May 2011 02:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1545#comment-492</guid>
		<description>Oh yea, that&#039;s so obvious! ;-)

Really, I wonder about programmers some time. 

In any case, `echo &quot;Auto-update docs.&quot;` doesn&#039;t seem to do anything.</description>
		<content:encoded><![CDATA[<p>Oh yea, that&#8217;s so obvious! <img src='http://happygiraffe.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Really, I wonder about programmers some time. </p>
<p>In any case, `echo &#8220;Auto-update docs.&#8221;` doesn&#8217;t seem to do anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dom</title>
		<link>http://happygiraffe.net/blog/2009/07/04/publishing-a-subdirectory-to-github-pages/#comment-349</link>
		<dc:creator>dom</dc:creator>
		<pubDate>Sat, 04 Jul 2009 01:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://happygiraffe.net/blog/?p=1545#comment-349</guid>
		<description>And of course I&#039;ve just realised that I don&#039;t need &lt;tt&gt;$parent_sha&lt;/tt&gt; at all.  Specify &lt;tt&gt;refs/heads/gh-pages&lt;/tt&gt; as the parent works just fine.</description>
		<content:encoded><![CDATA[<p>And of course I&#8217;ve just realised that I don&#8217;t need <tt>$parent_sha</tt> at all.  Specify <tt>refs/heads/gh-pages</tt> as the parent works just fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

